summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/copy-prop/branch.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/copy-prop/branch.rs')
-rw-r--r--tests/mir-opt/copy-prop/branch.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/copy-prop/branch.rs b/tests/mir-opt/copy-prop/branch.rs
index 50b1e00fa..0a2e16946 100644
--- a/tests/mir-opt/copy-prop/branch.rs
+++ b/tests/mir-opt/copy-prop/branch.rs
@@ -1,3 +1,4 @@
+// ignore-wasm32 compiled with panic=abort by default
//! Tests that we bail out when there are multiple assignments to the same local.
// unit-test: CopyProp
fn val() -> i32 {