summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/dest-prop/union.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/dest-prop/union.rs')
-rw-r--r--tests/mir-opt/dest-prop/union.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mir-opt/dest-prop/union.rs b/tests/mir-opt/dest-prop/union.rs
index 062d02d06..4bc6f28c6 100644
--- a/tests/mir-opt/dest-prop/union.rs
+++ b/tests/mir-opt/dest-prop/union.rs
@@ -1,4 +1,4 @@
-// ignore-wasm32 compiled with panic=abort by default
+// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
//! Tests that we can propagate into places that are projections into unions
// compile-flags: -Zunsound-mir-opts
fn val() -> u32 {