Skip to content

Commit efaeede

Browse files
committed
Fix tests/codegen/wasm_exceptions
1 parent 5df5193 commit efaeede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/codegen/wasm_exceptions.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//@ only-wasm32
2-
//@ compile-flags: -C panic=unwind
2+
//@ compile-flags: -C panic=unwind -Z emscripten-wasm-eh
33

44
#![crate_type = "lib"]
55
#![feature(core_intrinsics)]

0 commit comments

Comments
 (0)