about summary refs log tree commit diff
path: root/tests/codegen/wasm_exceptions.rs
diff options
context:
space:
mode:
authorAlisa Sireneva <me@purplesyringa.moe>2025-01-28 19:03:26 +0300
committerAlisa Sireneva <me@purplesyringa.moe>2025-01-28 19:10:26 +0300
commitefaeedef59e4f213806898cdedb2220016d193c0 (patch)
tree4bb48a2f3dcc0e39235c127d949acd5893307a6e /tests/codegen/wasm_exceptions.rs
parent5df51930f926735f2ec48433e95502c3b214cdf8 (diff)
downloadrust-efaeedef59e4f213806898cdedb2220016d193c0.tar.gz
rust-efaeedef59e4f213806898cdedb2220016d193c0.zip
Fix tests/codegen/wasm_exceptions
Diffstat (limited to 'tests/codegen/wasm_exceptions.rs')
-rw-r--r--tests/codegen/wasm_exceptions.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/wasm_exceptions.rs b/tests/codegen/wasm_exceptions.rs
index 719499dd8ea..07b8ae6e9d7 100644
--- a/tests/codegen/wasm_exceptions.rs
+++ b/tests/codegen/wasm_exceptions.rs
@@ -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)]