From: Douglas Gregor Date: Sat, 18 Apr 2009 15:48:37 +0000 (+0000) Subject: Fix test to output LLVM to a temporary file, which we grep as part of the test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5aacb0edde33af5fe3b127e8b482fa2c2afcc68a;p=clang 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 --- 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;