summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/unreachable.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/unreachable.rs')
-rw-r--r--tests/mir-opt/unreachable.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/unreachable.rs b/tests/mir-opt/unreachable.rs
index 6098b525b..97093729d 100644
--- a/tests/mir-opt/unreachable.rs
+++ b/tests/mir-opt/unreachable.rs
@@ -1,3 +1,4 @@
+// ignore-wasm32 compiled with panic=abort by default
enum Empty {}
fn empty() -> Option<Empty> {