Author: ddunbar
Date: Fri Sep  3 10:45:00 2010
New Revision: 112965

URL: http://llvm.org/viewvc/llvm-project?rev=112965&view=rev
Log:
Avoid unnecessary redirect, so that stderr shows up in output.

Modified:
    cfe/trunk/test/Index/complete-recovery.m

Modified: cfe/trunk/test/Index/complete-recovery.m
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/complete-recovery.m?rev=112965&r1=112964&r2=112965&view=diff
==============================================================================
--- cfe/trunk/test/Index/complete-recovery.m (original)
+++ cfe/trunk/test/Index/complete-recovery.m Fri Sep  3 10:45:00 2010
@@ -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}


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to