summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/const_prop/tuple_literal_propagation.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/const_prop/tuple_literal_propagation.rs')
-rw-r--r--tests/mir-opt/const_prop/tuple_literal_propagation.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mir-opt/const_prop/tuple_literal_propagation.rs b/tests/mir-opt/const_prop/tuple_literal_propagation.rs
index f342ae270..5890a343f 100644
--- a/tests/mir-opt/const_prop/tuple_literal_propagation.rs
+++ b/tests/mir-opt/const_prop/tuple_literal_propagation.rs
@@ -1,5 +1,5 @@
// unit-test: ConstProp
-// ignore-wasm32 compiled with panic=abort by default
+// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
// EMIT_MIR tuple_literal_propagation.main.ConstProp.diff
fn main() {
let x = (1, 2);