aboutsummaryrefslogtreecommitdiff
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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/FrontendC/2007-02-16-WritableStrings.c b/test/FrontendC/2007-02-16-WritableStrings.c
index 0f281ce7c5..ebf64c2c31 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: %llvmgcc -O3 -S -o - -fwritable-strings %s | \
// RUN: grep {internal global}
-// RUN: %llvmgcc -O3 -S -o - -emit-llvm %s | grep {private constant}
+// RUN: %llvmgcc -O3 -S -o - %s | grep {private constant}
char *X = "foo";