From: Sebastian Redl Date: Sat, 18 Jul 2009 15:13:36 +0000 (+0000) Subject: Fix RUN line to not litter the test directory. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb89cf05d388c789a07c74005ac473a4f952c069;p=clang 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 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 {