From c88ab62c870f76f6fea1e1edf6b9bc29295a3953 Mon Sep 17 00:00:00 2001 From: Sebastian Redl Date: Sat, 18 Jul 2009 15:13:36 +0000 Subject: [PATCH] Fix RUN line to not litter the test directory. llvm-svn: 76320 --- clang/test/CodeGenObjC/object-incr-decr-1.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/CodeGenObjC/object-incr-decr-1.m b/clang/test/CodeGenObjC/object-incr-decr-1.m index 96c218215df8..53311f7aa18c 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 {