summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-09-26 19:13:47 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-09-26 19:13:47 +0000
commit28f7690e2d08685f7185eecbd7d327a310a4a2ac (patch)
tree74d0c9dab41f039efb728d4eda438aea420c4d5e /test
parentbc97f4402bbc4a419a8398036ff180dce03e9c72 (diff)
downloadllvm-28f7690e2d08685f7185eecbd7d327a310a4a2ac.tar.gz
llvm-28f7690e2d08685f7185eecbd7d327a310a4a2ac.tar.bz2
llvm-28f7690e2d08685f7185eecbd7d327a310a4a2ac.tar.xz
Fix this test so it doesn't fail on Mac.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140553 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/DebugInfo/2011-09-26-GlobalVarContext.ll12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/DebugInfo/2011-09-26-GlobalVarContext.ll b/test/DebugInfo/2011-09-26-GlobalVarContext.ll
index 09c074d7ca..3e9fa88fc7 100644
--- a/test/DebugInfo/2011-09-26-GlobalVarContext.ll
+++ b/test/DebugInfo/2011-09-26-GlobalVarContext.ll
@@ -38,10 +38,10 @@ declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone
!18 = metadata !{i32 4, i32 23, metadata !16, null}
!19 = metadata !{i32 5, i32 5, metadata !16, null}
-; CHECK: .ascii "GLOBAL" # DW_AT_name
-; CHECK: .byte 1 # DW_AT_decl_file
-; CHECK: .byte 1 # DW_AT_decl_line
+; CHECK: .ascii "GLOBAL"
+; CHECK: .byte 1
+; CHECK: .byte 1
-; CHECK: .ascii "LOCAL" # DW_AT_name
-; CHECK: .byte 1 # DW_AT_decl_file
-; CHECK: .byte 4 # DW_AT_decl_line
+; CHECK: .ascii "LOCAL"
+; CHECK: .byte 1
+; CHECK: .byte 4