]> granicus.if.org Git - clang/commitdiff
Fix test to output LLVM to a temporary file, which we grep as part of the test
authorDouglas Gregor <dgregor@apple.com>
Sat, 18 Apr 2009 15:48:37 +0000 (15:48 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sat, 18 Apr 2009 15:48:37 +0000 (15:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69448 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/overloadable.m

index 1cc501a41b35336ceb84706e1983bc0d1a3b641f..d455edf771438b16b62eb1c4a4d49dcecf3c4c1c 100644 (file)
@@ -1,5 +1,5 @@
 // rdar://6657613
-// RUN: clang-cc -emit-llvm %s -o -
+// RUN: clang-cc -emit-llvm %s -o %t
 
 @class C;