summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Redl <sebastian.redl@getdesigned.at>2009-07-18 15:13:36 +0000
committerSebastian Redl <sebastian.redl@getdesigned.at>2009-07-18 15:13:36 +0000
commitc88ab62c870f76f6fea1e1edf6b9bc29295a3953 (patch)
tree5347f0c11e4527326dec5aa837359b5863257f42
parent077d069c9180da42414f3fd4ac9a9cd88c67627e (diff)
downloadbcm5719-llvm-c88ab62c870f76f6fea1e1edf6b9bc29295a3953.tar.gz
bcm5719-llvm-c88ab62c870f76f6fea1e1edf6b9bc29295a3953.zip
Fix RUN line to not litter the test directory.
llvm-svn: 76320
-rw-r--r--clang/test/CodeGenObjC/object-incr-decr-1.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/object-incr-decr-1.m b/clang/test/CodeGenObjC/object-incr-decr-1.m
index 96c218215df..53311f7aa18 100644
--- a/clang/test/CodeGenObjC/object-incr-decr-1.m
+++ b/clang/test/CodeGenObjC/object-incr-decr-1.m
@@ -1,4 +1,4 @@
-// RUN: clang-cc -triple i386-apple-darwin9 -fnext-runtime -emit-llvm %s
+// RUN: clang-cc -triple i386-apple-darwin9 -fnext-runtime -emit-llvm %s -o %t
@interface Foo
{
OpenPOWER on IntegriCloud