summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/copy-prop/borrowed_local.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/copy-prop/borrowed_local.rs')
-rw-r--r--tests/mir-opt/copy-prop/borrowed_local.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/copy-prop/borrowed_local.rs b/tests/mir-opt/copy-prop/borrowed_local.rs
index c4b980e2b..9186da5af 100644
--- a/tests/mir-opt/copy-prop/borrowed_local.rs
+++ b/tests/mir-opt/copy-prop/borrowed_local.rs
@@ -1,3 +1,4 @@
+// ignore-wasm32 compiled with panic=abort by default
// unit-test: CopyProp
#![feature(custom_mir, core_intrinsics)]