diff options
Diffstat (limited to 'tests/mir-opt/unreachable.rs')
-rw-r--r-- | tests/mir-opt/unreachable.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mir-opt/unreachable.rs b/tests/mir-opt/unreachable.rs index 97093729d..23fad4737 100644 --- a/tests/mir-opt/unreachable.rs +++ b/tests/mir-opt/unreachable.rs @@ -1,4 +1,4 @@ -// ignore-wasm32 compiled with panic=abort by default +// EMIT_MIR_FOR_EACH_PANIC_STRATEGY enum Empty {} fn empty() -> Option<Empty> { |