summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-09-03 15:45:00 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-09-03 15:45:00 +0000
commit9536572c72d6076f4dc741615195dd5bdc04d287 (patch)
tree37f9fae859ce3aa13151c053a931e9de8a24dd87
parentc5138b295744357e53d971b8751091fdd3487a2d (diff)
Avoid unnecessary redirect, so that stderr shows up in output.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112965 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Index/complete-recovery.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/complete-recovery.m b/test/Index/complete-recovery.m
index e03834ee15..fbd92c794d 100644
--- a/test/Index/complete-recovery.m
+++ b/test/Index/complete-recovery.m
@@ -18,7 +18,7 @@
// CHECK-CC1: VarDecl:{ResultType A *}{TypedText a}
// CHECK-CC1: NotImplemented:{TypedText sizeof}{LeftParen (}{Placeholder expression-or-type}{RightParen )}
-// RUN: c-index-test -code-completion-at=%s:10:24 -Xclang -code-completion-patterns %s 2>%t | FileCheck -check-prefix=CHECK-CC2 %s
+// RUN: c-index-test -code-completion-at=%s:10:24 -Xclang -code-completion-patterns %s | FileCheck -check-prefix=CHECK-CC2 %s
// CHECK-CC2: NotImplemented:{TypedText @encode}{LeftParen (}{Placeholder type-name}{RightParen )}
// CHECK-CC2: NotImplemented:{TypedText _Bool}
// CHECK-CC2: VarDecl:{ResultType A *}{TypedText a}