Skip to content

Commit a950aa2

Browse files
committed
Bless codegen test.
1 parent 8cc8725 commit a950aa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/codegen/generator-debug.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ fn generator_test() -> impl Generator<Yield = i32, Return = ()> {
3333
// CHECK-NOT: flags: DIFlagArtificial
3434
// CHECK-SAME: )
3535
// CHECK: {{!.*}} = !DIDerivedType(tag: DW_TAG_member, name: "1", scope: [[VARIANT]],
36-
// CHECK-SAME: file: [[FILE]], line: 18,
36+
// CHECK-SAME: file: [[FILE]], line: 14,
3737
// CHECK-NOT: flags: DIFlagArtificial
3838
// CHECK-SAME: )
3939
// CHECK: {{!.*}} = !DIDerivedType(tag: DW_TAG_member, name: "2", scope: [[VARIANT]],
40-
// CHECK-SAME: file: [[FILE]], line: 18,
40+
// CHECK-SAME: file: [[FILE]], line: 14,
4141
// CHECK-NOT: flags: DIFlagArtificial
4242
// CHECK-SAME: )
4343
// CHECK: {{!.*}} = !DIDerivedType(tag: DW_TAG_member, name: "3", scope: [[VARIANT]],

0 commit comments

Comments
 (0)