Skip to content

Commit baee3df

Browse files
committed
fixup! fix test
1 parent 2ee5601 commit baee3df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/test/DebugInfo/CXX/artificial-arg.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ int main(int argc, char **argv) {
2525
// CHECK: ![[CLASSTYPE:.*]] = distinct !DICompositeType(tag: DW_TAG_class_type, name: "A",
2626
// CHECK-SAME: identifier: "_ZTS1A"
2727
// CHECK: ![[ARTARG:.*]] = !DIDerivedType(tag: DW_TAG_pointer_type, baseType: ![[CLASSTYPE]],{{.*}} DIFlagArtificial
28-
// CHECK: !DISubprogram(name: "A", scope: ![[CLASSTYPE]]
28+
// CHECK: !DISubprogram(name: "A"
29+
// CHECK-SAME: scope: ![[CLASSTYPE]]
2930
// CHECK-SAME: line: 12
3031
// CHECK-SAME: DIFlagPublic
3132
// CHECK: !DISubroutineType(types: [[FUNCTYPE:![0-9]*]])

0 commit comments

Comments
 (0)