summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/remove_storage_markers.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/remove_storage_markers.rs')
-rw-r--r--tests/mir-opt/remove_storage_markers.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/remove_storage_markers.rs b/tests/mir-opt/remove_storage_markers.rs
index f00b82691..480db8ac1 100644
--- a/tests/mir-opt/remove_storage_markers.rs
+++ b/tests/mir-opt/remove_storage_markers.rs
@@ -1,3 +1,4 @@
+// ignore-wasm32 compiled with panic=abort by default
// unit-test: RemoveStorageMarkers
// Checks that storage markers are removed at opt-level=0.