summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/const_prop/const_prop_fails_gracefully.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/const_prop/const_prop_fails_gracefully.rs')
-rw-r--r--tests/mir-opt/const_prop/const_prop_fails_gracefully.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/const_prop/const_prop_fails_gracefully.rs b/tests/mir-opt/const_prop/const_prop_fails_gracefully.rs
index 0a3dcbd38..44d487842 100644
--- a/tests/mir-opt/const_prop/const_prop_fails_gracefully.rs
+++ b/tests/mir-opt/const_prop/const_prop_fails_gracefully.rs
@@ -1,3 +1,4 @@
+// ignore-wasm32 compiled with panic=abort by default
// unit-test: ConstProp
#[inline(never)]
fn read(_: usize) { }