From a9ca98651caf3ec4075c415877351e76b2e5fde3 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Tue, 11 Mar 2014 23:38:05 +0000 Subject: [PATCH] DebugInfo: Fix test for LLVM change r203619 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 --- test/CodeGenCXX/debug-info-pubtypes.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CodeGenCXX/debug-info-pubtypes.cpp b/test/CodeGenCXX/debug-info-pubtypes.cpp index 4643db0a49..343f12bed2 100644 --- a/test/CodeGenCXX/debug-info-pubtypes.cpp +++ b/test/CodeGenCXX/debug-info-pubtypes.cpp @@ -2,10 +2,10 @@ // 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: -- 2.50.1