Skip to content

Commit

Permalink
Relax test expectations in debug-info-gline-tables-only-codeview.cpp
Browse files Browse the repository at this point in the history
To make it pass also on 32-bit Windows, see PR48920.
  • Loading branch information
zmodem committed Jan 28, 2021
1 parent a112df6 commit 0024efc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

0 comments on commit 0024efc

Please sign in to comment.