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.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mir-opt/inline/inline_options.rs b/tests/mir-opt/inline/inline_options.rs
index f0a898832..b247ecd0b 100644
--- a/tests/mir-opt/inline/inline_options.rs
+++ b/tests/mir-opt/inline/inline_options.rs
@@ -1,4 +1,4 @@
-// ignore-wasm32 compiled with panic=abort by default
+// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
// Checks that inlining threshold can be controlled with
// inline-mir-threshold and inline-hint-threshold options.
//