summaryrefslogtreecommitdiff
path: root/test/CodeGen/mandel.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/mandel.c')
-rw-r--r--test/CodeGen/mandel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/mandel.c b/test/CodeGen/mandel.c
index 06789564f3..388e922e01 100644
--- a/test/CodeGen/mandel.c
+++ b/test/CodeGen/mandel.c
@@ -1,4 +1,4 @@
-// RUN: clang -emit-llvm %s
+// RUN: clang -emit-llvm %s -o %t
/* Sparc is not C99-compliant */
#if defined(sparc) || defined(__sparc__) || defined(__sparcv9)