about summary refs log tree commit diff
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 b247ecd0bc0..394a8c4945c 100644
--- a/tests/mir-opt/inline/inline_options.rs
+++ b/tests/mir-opt/inline/inline_options.rs
@@ -1,3 +1,4 @@
+// skip-filecheck
 // EMIT_MIR_FOR_EACH_PANIC_STRATEGY
 // Checks that inlining threshold can be controlled with
 // inline-mir-threshold and inline-hint-threshold options.