aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-04-18 15:48:37 +0000
committerDouglas Gregor <dgregor@apple.com>2009-04-18 15:48:37 +0000
commit5aacb0edde33af5fe3b127e8b482fa2c2afcc68a (patch)
tree982cc5902eef3f6b17bd6a8cf364694b096a9e24
parenta5251fcf79ae9707680d656377a6e43dcbff6c25 (diff)
Fix test to output LLVM to a temporary file, which we grep as part of the test
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69448 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGenObjC/overloadable.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/overloadable.m b/test/CodeGenObjC/overloadable.m
index 1cc501a41b..d455edf771 100644
--- a/test/CodeGenObjC/overloadable.m
+++ b/test/CodeGenObjC/overloadable.m
@@ -1,5 +1,5 @@
// rdar://6657613
-// RUN: clang-cc -emit-llvm %s -o -
+// RUN: clang-cc -emit-llvm %s -o %t
@class C;