Test for 95961.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 12 Feb 2010 02:35:03 +0000 (02:35 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 12 Feb 2010 02:35:03 +0000 (02:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95962 91177308-0d34-0410-b5e6-96231b3b80d8

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