summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/dest-prop/cycle.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/dest-prop/cycle.rs')
-rw-r--r--tests/mir-opt/dest-prop/cycle.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/dest-prop/cycle.rs b/tests/mir-opt/dest-prop/cycle.rs
index 6182878f3..3aea19d80 100644
--- a/tests/mir-opt/dest-prop/cycle.rs
+++ b/tests/mir-opt/dest-prop/cycle.rs
@@ -1,3 +1,4 @@
+// ignore-wasm32 compiled with panic=abort by default
//! Tests that cyclic assignments don't hang DestinationPropagation, and result in reasonable code.
// unit-test: DestinationPropagation
fn val() -> i32 {