diff options
-rw-r--r-- | test/CodeGenCXX/debug-info-pubtypes.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenCXX/debug-info-pubtypes.cpp b/test/CodeGenCXX/debug-info-pubtypes.cpp index 612b6b500a..6ca3da8674 100644 --- a/test/CodeGenCXX/debug-info-pubtypes.cpp +++ b/test/CodeGenCXX/debug-info-pubtypes.cpp @@ -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: |