summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/simplify_locals_removes_unused_consts.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/simplify_locals_removes_unused_consts.rs')
-rw-r--r--tests/mir-opt/simplify_locals_removes_unused_consts.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/simplify_locals_removes_unused_consts.rs b/tests/mir-opt/simplify_locals_removes_unused_consts.rs
index 7a03a2837..983d8004e 100644
--- a/tests/mir-opt/simplify_locals_removes_unused_consts.rs
+++ b/tests/mir-opt/simplify_locals_removes_unused_consts.rs
@@ -1,3 +1,4 @@
+// ignore-wasm32 compiled with panic=abort by default
// unit-test: SimplifyLocals-before-const-prop
// compile-flags: -C overflow-checks=no