From: Benjamin Kramer Date: Sat, 23 Jan 2010 10:14:58 +0000 (+0000) Subject: Adjust testcase for recent DWARF printer changes. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f95dd734687945f12b708f2659ac8198b640d959;p=clang Adjust testcase for recent DWARF printer changes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94306 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/2009-10-20-GlobalDebug.c b/test/CodeGen/2009-10-20-GlobalDebug.c index f19ceb1e73..99be46996e 100644 --- a/test/CodeGen/2009-10-20-GlobalDebug.c +++ b/test/CodeGen/2009-10-20-GlobalDebug.c @@ -1,4 +1,4 @@ // RUN: %clang -ccc-host-triple i386-apple-darwin10 -S -g -dA %s -o - | FileCheck %s int global; -// CHECK: asciz "global" ## DW_AT_name +// CHECK: asciz "global" ## External Name int main() { return 0;}