From 28f7690e2d08685f7185eecbd7d327a310a4a2ac Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Mon, 26 Sep 2011 19:13:47 +0000 Subject: [PATCH] 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 --- test/DebugInfo/2011-09-26-GlobalVarContext.ll | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/DebugInfo/2011-09-26-GlobalVarContext.ll b/test/DebugInfo/2011-09-26-GlobalVarContext.ll index 09c074d7cad..3e9fa88fc77 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