forked from OSchip/llvm-project
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:
parent
a112df63d4
commit
0024efc69e
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue