summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/match_arm_scopes.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/match_arm_scopes.rs')
-rw-r--r--tests/mir-opt/match_arm_scopes.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/mir-opt/match_arm_scopes.rs b/tests/mir-opt/match_arm_scopes.rs
index 7b7de7788..43746e993 100644
--- a/tests/mir-opt/match_arm_scopes.rs
+++ b/tests/mir-opt/match_arm_scopes.rs
@@ -1,4 +1,5 @@
-// ignore-wasm32-bare compiled with panic=abort by default
+// skip-filecheck
+// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
// Test that StorageDead and Drops are generated properly for bindings in
// matches:
// * The MIR should only contain a single drop of `s` and `t`: at the end