about summary refs log tree commit diff
path: root/tests/mir-opt/inline/inline_instruction_set.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/inline/inline_instruction_set.rs')
-rw-r--r--tests/mir-opt/inline/inline_instruction_set.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/inline/inline_instruction_set.rs b/tests/mir-opt/inline/inline_instruction_set.rs
index 5dfb04943e3..4ac4d462f82 100644
--- a/tests/mir-opt/inline/inline_instruction_set.rs
+++ b/tests/mir-opt/inline/inline_instruction_set.rs
@@ -1,3 +1,4 @@
+// skip-filecheck
 // Checks that only functions with the compatible instruction_set attributes are inlined.
 //
 // A function is "compatible" when the *callee* has the same attribute or no attribute.