diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-04-18 15:48:37 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-04-18 15:48:37 +0000 |
commit | 5aacb0edde33af5fe3b127e8b482fa2c2afcc68a (patch) | |
tree | 982cc5902eef3f6b17bd6a8cf364694b096a9e24 | |
parent | a5251fcf79ae9707680d656377a6e43dcbff6c25 (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.m | 2 |
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; |