diff options
Diffstat (limited to '')
-rw-r--r-- | tests/mir-opt/simplify_match.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mir-opt/simplify_match.rs b/tests/mir-opt/simplify_match.rs index 6a2a6f217..5d8e94b09 100644 --- a/tests/mir-opt/simplify_match.rs +++ b/tests/mir-opt/simplify_match.rs @@ -1,4 +1,4 @@ -// ignore-wasm32 compiled with panic=abort by default +// EMIT_MIR_FOR_EACH_PANIC_STRATEGY #[inline(never)] fn noop() {} |