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.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/dest-prop/union.rs b/tests/mir-opt/dest-prop/union.rs
index eb6cb09fc..062d02d06 100644
--- a/tests/mir-opt/dest-prop/union.rs
+++ b/tests/mir-opt/dest-prop/union.rs
@@ -1,3 +1,4 @@
+// ignore-wasm32 compiled with panic=abort by default
//! Tests that we can propagate into places that are projections into unions
// compile-flags: -Zunsound-mir-opts
fn val() -> u32 {