summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/writable-strings.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/writable-strings.c')
-rw-r--r--clang/test/CodeGen/writable-strings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/writable-strings.c b/clang/test/CodeGen/writable-strings.c
index 36cb9b58147..cde64aa5e6d 100644
--- a/clang/test/CodeGen/writable-strings.c
+++ b/clang/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";
OpenPOWER on IntegriCloud