about summary refs log tree commit diff
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.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mir-opt/inline/inline_async.rs b/tests/mir-opt/inline/inline_async.rs
index 932dc5635f0..1de87e1e43c 100644
--- a/tests/mir-opt/inline/inline_async.rs
+++ b/tests/mir-opt/inline/inline_async.rs
@@ -1,5 +1,5 @@
 // skip-filecheck
-// Checks that inliner doesn't introduce cycles when optimizing generators.
+// 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.
 //