forked from OSchip/llvm-project
Make the test less sensitive to DWARF emission implementation details.
Note: the ":" goes into the regex because FileCheck wrongly complains about unbalanced brackets otherwise. llvm-svn: 168934
This commit is contained in:
parent
13cd521b24
commit
479b1b5986
|
@ -3,10 +3,10 @@
|
|||
// RUN: FileCheck %s < %t
|
||||
|
||||
// FIXME: This testcase shouldn't rely on assembly emission.
|
||||
//CHECK: Lpubtypes_begin1:
|
||||
//CHECK: Lpubtypes_begin[[SECNUM:[0-9]:]]
|
||||
//CHECK: .asciz "G"
|
||||
//CHECK-NEXT: .long 0
|
||||
//CHECK-NEXT: Lpubtypes_end1:
|
||||
//CHECK-NEXT: Lpubtypes_end[[SECNUM]]
|
||||
|
||||
class G {
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue