]> granicus.if.org Git - clang/commitdiff
Remove unnecessary and incorrect redirection of stderr.
authorBob Wilson <bob.wilson@apple.com>
Fri, 20 Jan 2012 22:01:45 +0000 (22:01 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 20 Jan 2012 22:01:45 +0000 (22:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148583 91177308-0d34-0410-b5e6-96231b3b80d8

test/Index/invalid-rdar-8236270.cpp

index 4593b512ee24c762aba8675786092b97c152c0af..85a0eaadbb6fbf5b4ee084c40b8b55111c905245 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: c-index-test -test-load-source all %s 2>&1 | FileCheck %s
+// RUN: c-index-test -test-load-source all %s | FileCheck %s
 
 // This test case previously just crashed the frontend.