summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/issue_41110.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/issue_41110.rs')
-rw-r--r--tests/mir-opt/issue_41110.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mir-opt/issue_41110.rs b/tests/mir-opt/issue_41110.rs
index e1067ce53..d8665b23d 100644
--- a/tests/mir-opt/issue_41110.rs
+++ b/tests/mir-opt/issue_41110.rs
@@ -1,4 +1,4 @@
-// ignore-wasm32-bare compiled with panic=abort by default
+// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
// check that we don't emit multiple drop flags when they are not needed.