summaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2007-02-16-WritableStrings.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2007-02-16-WritableStrings.c')
-rw-r--r--test/FrontendC/2007-02-16-WritableStrings.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/FrontendC/2007-02-16-WritableStrings.c b/test/FrontendC/2007-02-16-WritableStrings.c
index d11fa08..811e330 100644
--- a/test/FrontendC/2007-02-16-WritableStrings.c
+++ b/test/FrontendC/2007-02-16-WritableStrings.c
@@ -1,8 +1,7 @@
// Test the -fwritable-strings option.
// RUN: %llvmgcc -O3 -S -o - -emit-llvm -fwritable-strings %s | \
-// RUN: grep {internal global}
-// RUN: %llvmgcc -O3 -S -o - -emit-llvm %s | grep {internal constant}
+// RUN: grep {private global}
+// RUN: %llvmgcc -O3 -S -o - -emit-llvm %s | grep {private constant}
char *X = "foo";
-
OpenPOWER on IntegriCloud