summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/unreachable_diverging.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/unreachable_diverging.rs')
-rw-r--r--tests/mir-opt/unreachable_diverging.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mir-opt/unreachable_diverging.rs b/tests/mir-opt/unreachable_diverging.rs
index 24e776148..b7d308b86 100644
--- a/tests/mir-opt/unreachable_diverging.rs
+++ b/tests/mir-opt/unreachable_diverging.rs
@@ -1,4 +1,4 @@
-// ignore-wasm32 compiled with panic=abort by default
+// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
pub enum Empty {}
fn empty() -> Option<Empty> {