about summary refs log tree commit diff
path: root/tests/codegen/async-fn-debug-msvc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/async-fn-debug-msvc.rs')
-rw-r--r--tests/codegen/async-fn-debug-msvc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/codegen/async-fn-debug-msvc.rs b/tests/codegen/async-fn-debug-msvc.rs
index 73c652c9dd1..707a0d27740 100644
--- a/tests/codegen/async-fn-debug-msvc.rs
+++ b/tests/codegen/async-fn-debug-msvc.rs
@@ -1,4 +1,4 @@
-// Verify debuginfo for generators:
+// Verify debuginfo for coroutines:
 //  - Each variant points to the file and line of its yield point
 //  - The discriminants are marked artificial
 //  - Other fields are not marked artificial