aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/writable-strings.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/writable-strings.c')
-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 36cb9b5814..cde64aa5e6 100644
--- a/test/CodeGen/writable-strings.c
+++ b/test/CodeGen/writable-strings.c
@@ -1,4 +1,4 @@
-// RUN: clang -emit-llvm -fwritable-strings %s
+// RUN: clang -emit-llvm -o %t -fwritable-strings %s
int main() {
char *str = "abc";