about summary refs log tree commit diff
path: root/tests/mir-opt/simplify_match.rs
diff options
context:
space:
mode:
authorGary Guo <gary@garyguo.net>2023-04-05 09:44:20 +0100
committerGary Guo <gary@garyguo.net>2023-04-06 10:08:07 +0100
commit04126398c227d3ba9994bbb303e6c2a26d9198b2 (patch)
tree89a41db6f214f8e09a9902994ab830da61bda230 /tests/mir-opt/simplify_match.rs
parente06de16a8242ce55b84ad273de25c8d8696a9e4d (diff)
downloadrust-04126398c227d3ba9994bbb303e6c2a26d9198b2.tar.gz
rust-04126398c227d3ba9994bbb303e6c2a26d9198b2.zip
Ignore many tests on wasm32
Diffstat (limited to 'tests/mir-opt/simplify_match.rs')
-rw-r--r--tests/mir-opt/simplify_match.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/simplify_match.rs b/tests/mir-opt/simplify_match.rs
index 216203f9ff0..6a2a6f21719 100644
--- a/tests/mir-opt/simplify_match.rs
+++ b/tests/mir-opt/simplify_match.rs
@@ -1,3 +1,4 @@
+// ignore-wasm32 compiled with panic=abort by default
 #[inline(never)]
 fn noop() {}