]> granicus.if.org Git - clang/commitdiff
Change test to dump Filecheck output to an intermediate file. This makes it easier...
authorTed Kremenek <kremenek@apple.com>
Wed, 19 Dec 2012 18:30:38 +0000 (18:30 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 19 Dec 2012 18:30:38 +0000 (18:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170570 91177308-0d34-0410-b5e6-96231b3b80d8

test/Index/c-index-getCursor-test.m

index bae59799554148c3c99737180ddcac6562a9f26c..c1799026cec9e041fc6e4e0c8d5ab4410cb76274 100644 (file)
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fblocks -emit-pch -x objective-c %s -detailed-preprocessing-record -o %t.ast
-// RUN: c-index-test -test-file-scan %t.ast %s | FileCheck %s
+// RUN: c-index-test -test-file-scan %t.ast %s > %t 2>&1 && FileCheck --input-file=%t %s
 @interface Foo 
 {
 }