summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/inline/inline_options.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/inline/inline_options.rs')
-rw-r--r--tests/mir-opt/inline/inline_options.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/inline/inline_options.rs b/tests/mir-opt/inline/inline_options.rs
index 477f050b6..f0a898832 100644
--- a/tests/mir-opt/inline/inline_options.rs
+++ b/tests/mir-opt/inline/inline_options.rs
@@ -1,3 +1,4 @@
+// ignore-wasm32 compiled with panic=abort by default
// Checks that inlining threshold can be controlled with
// inline-mir-threshold and inline-hint-threshold options.
//