about summary refs log tree commit diff
path: root/src/test/codegen/async-fn-debug.rs
diff options
context:
space:
mode:
authorEric Holk <ericholk@microsoft.com>2022-01-13 15:56:51 -0800
committerEric Holk <ericholk@microsoft.com>2022-01-13 15:56:51 -0800
commita1173cf074ad557e8c896680537969f6b6942368 (patch)
treecf3eb7cc0e143ef7a881b469c6cb77568ff51322 /src/test/codegen/async-fn-debug.rs
parent05e1f0d7691860e44e87595e8a6a572f7c14d605 (diff)
downloadrust-a1173cf074ad557e8c896680537969f6b6942368.tar.gz
rust-a1173cf074ad557e8c896680537969f6b6942368.zip
Fix non-MSVC test
Diffstat (limited to 'src/test/codegen/async-fn-debug.rs')
-rw-r--r--src/test/codegen/async-fn-debug.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/codegen/async-fn-debug.rs b/src/test/codegen/async-fn-debug.rs
index 39319a3ea72..f456f7ffc0f 100644
--- a/src/test/codegen/async-fn-debug.rs
+++ b/src/test/codegen/async-fn-debug.rs
@@ -17,7 +17,7 @@ async fn async_fn_test() {
 // FIXME: No way to reliably check the filename.
 
 // CHECK-DAG:  [[ASYNC_FN:!.*]] = !DINamespace(name: "async_fn_test"
-// CHECK-DAG:  [[GEN:!.*]] = !DICompositeType(tag: DW_TAG_structure_type, name: "{generator#0}", scope: [[ASYNC_FN]]
+// CHECK-DAG:  [[GEN:!.*]] = !DICompositeType(tag: DW_TAG_structure_type, name: "{async_fn#0}", scope: [[ASYNC_FN]]
 // CHECK:      [[VARIANT:!.*]] = !DICompositeType(tag: DW_TAG_variant_part, scope: [[ASYNC_FN]],
 // CHECK-NOT:  flags: DIFlagArtificial
 // CHECK-SAME: discriminator: [[DISC:![0-9]*]]