summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/issue_62289.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/issue_62289.rs')
-rw-r--r--tests/mir-opt/issue_62289.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mir-opt/issue_62289.rs b/tests/mir-opt/issue_62289.rs
index af1bfea3f..fece6bb7c 100644
--- a/tests/mir-opt/issue_62289.rs
+++ b/tests/mir-opt/issue_62289.rs
@@ -1,6 +1,6 @@
// check that we don't forget to drop the Box if we early return before
// initializing it
-// ignore-wasm32-bare compiled with panic=abort by default
+// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
#![feature(rustc_attrs)]