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.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/mir-opt/copy-prop/copy_propagation_arg.rs b/tests/mir-opt/copy-prop/copy_propagation_arg.rs
index 1b65dcb01..83bbefe09 100644
--- a/tests/mir-opt/copy-prop/copy_propagation_arg.rs
+++ b/tests/mir-opt/copy-prop/copy_propagation_arg.rs
@@ -1,4 +1,5 @@
-// ignore-wasm32 compiled with panic=abort by default
+// skip-filecheck
+// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
// 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