I'll fix this to not test assembly in a moment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@203623
91177308-0d34-0410-b5e6-
96231b3b80d8
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -g -fstandalone-debug -S -mllvm -generate-dwarf-pub-sections=Enable %s -o - | FileCheck %s
// FIXME: This testcase shouldn't rely on assembly emission.
-//CHECK: Lpubtypes_begin[[SECNUM:[0-9]:]]
+//CHECK: LpubTypes_begin[[SECNUM:[0-9]:]]
//CHECK: .asciz "G"
//CHECK-NEXT: .long 0
-//CHECK-NEXT: Lpubtypes_end[[SECNUM]]
+//CHECK-NEXT: LpubTypes_end[[SECNUM]]
class G {
public: