projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e89d578
)
Update test to match 95961.
author
Evan Cheng
<evan.cheng@apple.com>
Fri, 12 Feb 2010 07:48:46 +0000
(07:48 +0000)
committer
Evan 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
patch
|
blob
|
history
diff --git
a/test/FrontendC/2007-02-16-WritableStrings.c
b/test/FrontendC/2007-02-16-WritableStrings.c
index 811e3301f8d038ce8773e39656a967eb1c0d5cac..0f281ce7c5e36b325d42f98dadebfca1e6478afc 100644
(file)
--- 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";