Fix tests/codegen/wasm_exceptions

This commit is contained in:
Alisa Sireneva 2025-01-28 19:03:26 +03:00
parent 5df51930f9
commit efaeedef59

View file

@ -1,5 +1,5 @@
//@ only-wasm32
//@ compile-flags: -C panic=unwind
//@ compile-flags: -C panic=unwind -Z emscripten-wasm-eh
#![crate_type = "lib"]
#![feature(core_intrinsics)]