aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGen/writable-strings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/writable-strings.c b/test/CodeGen/writable-strings.c
index 64b2492936..36cb9b5814 100644
--- a/test/CodeGen/writable-strings.c
+++ b/test/CodeGen/writable-strings.c
@@ -1,4 +1,4 @@
-// RUN: clang -emit-llvm -fwritable-string %s
+// RUN: clang -emit-llvm -fwritable-strings %s
int main() {
char *str = "abc";