summaryrefslogtreecommitdiff
path: root/test/FrontendC/2007-02-16-WritableStrings.c
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2010-02-12 07:48:46 +0000
committerEvan Cheng <evan.cheng@apple.com>2010-02-12 07:48:46 +0000
commitd19925f48fcbad32755c4cf0dca845a6487fe3c8 (patch)
tree19cc61b24fceaa112acd96609d5f28c77d965200 /test/FrontendC/2007-02-16-WritableStrings.c
parente89d578fdaced0789374bab76bc98e393184bcca (diff)
downloadllvm-d19925f48fcbad32755c4cf0dca845a6487fe3c8.tar.gz
llvm-d19925f48fcbad32755c4cf0dca845a6487fe3c8.tar.bz2
llvm-d19925f48fcbad32755c4cf0dca845a6487fe3c8.tar.xz
Update test to match 95961.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95971 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC/2007-02-16-WritableStrings.c')
-rw-r--r--test/FrontendC/2007-02-16-WritableStrings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2007-02-16-WritableStrings.c b/test/FrontendC/2007-02-16-WritableStrings.c
index 811e3301f8..0f281ce7c5 100644
--- a/test/FrontendC/2007-02-16-WritableStrings.c
+++ b/test/FrontendC/2007-02-16-WritableStrings.c
@@ -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";