summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/dest-prop/branch.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/dest-prop/branch.rs')
-rw-r--r--tests/mir-opt/dest-prop/branch.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/dest-prop/branch.rs b/tests/mir-opt/dest-prop/branch.rs
index 898c908b1..7e4276e66 100644
--- a/tests/mir-opt/dest-prop/branch.rs
+++ b/tests/mir-opt/dest-prop/branch.rs
@@ -1,3 +1,4 @@
+// ignore-wasm32 compiled with panic=abort by default
//! Tests that assignment in both branches of an `if` are eliminated.
// unit-test: DestinationPropagation
fn val() -> i32 {