summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/while_storage.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/while_storage.rs')
-rw-r--r--tests/mir-opt/while_storage.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/while_storage.rs b/tests/mir-opt/while_storage.rs
index afd083acb..d10048dd9 100644
--- a/tests/mir-opt/while_storage.rs
+++ b/tests/mir-opt/while_storage.rs
@@ -1,3 +1,4 @@
+// ignore-wasm32 compiled with panic=abort by default
// Test that we correctly generate StorageDead statements for while loop
// conditions on all branches