commit | fb89cf05d388c789a07c74005ac473a4f952c069 | [log] [tgz] |
---|---|---|
author | Sebastian Redl <sebastian.redl@getdesigned.at> | Sat Jul 18 15:13:36 2009 +0000 |
committer | Sebastian Redl <sebastian.redl@getdesigned.at> | Sat Jul 18 15:13:36 2009 +0000 |
tree | ab3f22f43a8a1f781a3e2d6ef05331ecaf314b91 | |
parent | 76dee56585646de09a21bbf44a72594dfd63bc8d [diff] [blame] |
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
diff --git a/test/CodeGenObjC/object-incr-decr-1.m b/test/CodeGenObjC/object-incr-decr-1.m index 96c2182..53311f7 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 {