summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/copy-prop/copy_propagation_arg.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/copy-prop/copy_propagation_arg.rs')
-rw-r--r--tests/mir-opt/copy-prop/copy_propagation_arg.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/copy-prop/copy_propagation_arg.rs b/tests/mir-opt/copy-prop/copy_propagation_arg.rs
index cc98985f1..1b65dcb01 100644
--- a/tests/mir-opt/copy-prop/copy_propagation_arg.rs
+++ b/tests/mir-opt/copy-prop/copy_propagation_arg.rs
@@ -1,3 +1,4 @@
+// ignore-wasm32 compiled with panic=abort by default
// Check that CopyProp does not propagate an assignment to a function argument
// (doing so can break usages of the original argument value)
// unit-test: CopyProp