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:
Eli Bendersky 2012-11-29 20:01:14 +00:00
parent 13cd521b24
commit 479b1b5986
1 changed files with 2 additions and 2 deletions

View File

@ -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: