Do not emit line number entries for unknown debug values.
[oota-llvm.git] / test / FrontendObjC / 2010-02-11-fwritable-stringsBug.m
index 7edd9b422628830443c7b29122fb88d424aabc40..13e16312cf66d862e1ed885bbbedb722002d8dc3 100644 (file)
@@ -1,7 +1,6 @@
 // RUN: %llvmgcc -x objective-c -fwritable-strings -S %s -o - | FileCheck %s
 // CHECK: @.str = private constant
-// CHECK: @.str1 = private global
-// .str1 should have linker_private linkage. It will be fixed next.
+// CHECK: @.str1 = internal global
 
 // rdar://7634471