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 | fb89cf05d388c789a07c74005ac473a4f952c069 (patch) | |
tree | ab3f22f43a8a1f781a3e2d6ef05331ecaf314b91 | |
parent | 76dee56585646de09a21bbf44a72594dfd63bc8d (diff) |
Fix RUN line to not litter the test directory.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76320 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenObjC/object-incr-decr-1.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/object-incr-decr-1.m b/test/CodeGenObjC/object-incr-decr-1.m index 96c218215d..53311f7aa1 100644 --- a/test/CodeGenObjC/object-incr-decr-1.m +++ b/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 { |