about summary refs log tree commit diff
path: root/tests/mir-opt/building/async_await.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/building/async_await.rs')
-rw-r--r--tests/mir-opt/building/async_await.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/mir-opt/building/async_await.rs b/tests/mir-opt/building/async_await.rs
index 0b991e3b8f8..74b15f2b98f 100644
--- a/tests/mir-opt/building/async_await.rs
+++ b/tests/mir-opt/building/async_await.rs
@@ -1,3 +1,4 @@
+// skip-filecheck
 // This test makes sure that the generator MIR pass eliminates all calls to
 // `get_context`, and that the MIR argument type for an async fn and all locals
 // related to `yield` are `&mut Context`, and its return type is `Poll`.