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
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 @@
 !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