Relax test expectations in debug-info-gline-tables-only-codeview.cpp

To make it pass also on 32-bit Windows, see PR48920.
This commit is contained in:
Hans Wennborg 2021-01-28 14:37:33 +01:00
parent a112df63d4
commit 0024efc69e
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,6 @@ void test() {
// CHECK: ![[C]] = !DICompositeType(tag: DW_TAG_structure_type, name: "C",
// CHECK-SAME: flags: DIFlagFwdDecl
// CHECK-NOT: identifier
// CHECK: ![[MTYPE]] = !DISubroutineType(types: !{{.*}})
// CHECK: ![[MTYPE]] = !DISubroutineType({{.*}}types: !{{.*}})
c.m();
}