about summary refs log tree commit diff
path: root/tests/mir-opt/generator_tiny.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/generator_tiny.rs')
-rw-r--r--tests/mir-opt/generator_tiny.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/generator_tiny.rs b/tests/mir-opt/generator_tiny.rs
index 7dad63a61d6..e5570d74bbb 100644
--- a/tests/mir-opt/generator_tiny.rs
+++ b/tests/mir-opt/generator_tiny.rs
@@ -1,3 +1,4 @@
+// skip-filecheck
 //! Tests that generators that cannot return or unwind don't have unnecessary
 //! panic branches.