summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/copy-prop/dead_stores_79191.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/copy-prop/dead_stores_79191.rs')
-rw-r--r--tests/mir-opt/copy-prop/dead_stores_79191.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mir-opt/copy-prop/dead_stores_79191.rs b/tests/mir-opt/copy-prop/dead_stores_79191.rs
index 84453c55e..4260d35b1 100644
--- a/tests/mir-opt/copy-prop/dead_stores_79191.rs
+++ b/tests/mir-opt/copy-prop/dead_stores_79191.rs
@@ -1,4 +1,4 @@
-// ignore-wasm32 compiled with panic=abort by default
+// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
// unit-test: CopyProp
fn id<T>(x: T) -> T {