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