diff options
author | Sebastian Redl <sebastian.redl@getdesigned.at> | 2009-07-18 15:13:36 +0000 |
---|---|---|
committer | Sebastian Redl <sebastian.redl@getdesigned.at> | 2009-07-18 15:13:36 +0000 |
commit | c88ab62c870f76f6fea1e1edf6b9bc29295a3953 (patch) | |
tree | 5347f0c11e4527326dec5aa837359b5863257f42 | |
parent | 077d069c9180da42414f3fd4ac9a9cd88c67627e (diff) | |
download | bcm5719-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.m | 2 |
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 { |