diff options
author | Eli Friedman <eli.friedman@gmail.com> | 2011-09-26 19:13:47 +0000 |
---|---|---|
committer | Eli Friedman <eli.friedman@gmail.com> | 2011-09-26 19:13:47 +0000 |
commit | 28f7690e2d08685f7185eecbd7d327a310a4a2ac (patch) | |
tree | 74d0c9dab41f039efb728d4eda438aea420c4d5e | |
parent | bc97f4402bbc4a419a8398036ff180dce03e9c72 (diff) | |
download | external_llvm-28f7690e2d08685f7185eecbd7d327a310a4a2ac.zip external_llvm-28f7690e2d08685f7185eecbd7d327a310a4a2ac.tar.gz external_llvm-28f7690e2d08685f7185eecbd7d327a310a4a2ac.tar.bz2 |
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
-rw-r--r-- | test/DebugInfo/2011-09-26-GlobalVarContext.ll | 12 |
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 09c074d..3e9fa88 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 |