Update test to match 95961.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 12 Feb 2010 07:48:46 +0000 (07:48 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 12 Feb 2010 07:48:46 +0000 (07:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95971 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC/2007-02-16-WritableStrings.c

index 811e3301f8d038ce8773e39656a967eb1c0d5cac..0f281ce7c5e36b325d42f98dadebfca1e6478afc 100644 (file)
@@ -1,7 +1,7 @@
 // Test the -fwritable-strings option.
 
 // RUN: %llvmgcc -O3 -S -o - -emit-llvm -fwritable-strings %s | \
-// RUN:    grep {private global}
+// RUN:    grep {internal global}
 // RUN: %llvmgcc -O3 -S -o - -emit-llvm %s | grep {private constant}
 
 char *X = "foo";