Remove unnecessary and incorrect redirection of stderr.

llvm-svn: 148583
This commit is contained in:
Bob Wilson 2012-01-20 22:01:45 +00:00
parent 422377cfd3
commit 1052b0c467
1 changed files with 1 additions and 1 deletions

View 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.