summaryrefslogtreecommitdiffstats
path: root/tests/mir-opt/inline/inline_async.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mir-opt/inline/inline_async.rs')
-rw-r--r--tests/mir-opt/inline/inline_async.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/mir-opt/inline/inline_async.rs b/tests/mir-opt/inline/inline_async.rs
index 5c838159b..1de87e1e4 100644
--- a/tests/mir-opt/inline/inline_async.rs
+++ b/tests/mir-opt/inline/inline_async.rs
@@ -1,4 +1,5 @@
-// Checks that inliner doesn't introduce cycles when optimizing generators.
+// skip-filecheck
+// Checks that inliner doesn't introduce cycles when optimizing coroutines.
// The outcome of optimization is not verfied, just the absence of the cycle.
// Regression test for #76181.
//