diff options
author | Bob Wilson <bob.wilson@apple.com> | 2012-01-20 22:01:45 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2012-01-20 22:01:45 +0000 |
commit | 3575c456e969d71623fe83e19ea499285cdb3567 (patch) | |
tree | 97a554c885ed405f21a1f23eb3443c1601fd03b5 | |
parent | 9ec60dfe771ff28a84889dced6f8fd3748d3d55e (diff) |
Remove unnecessary and incorrect redirection of stderr.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148583 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Index/invalid-rdar-8236270.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/invalid-rdar-8236270.cpp b/test/Index/invalid-rdar-8236270.cpp index 4593b512ee..85a0eaadbb 100644 --- a/test/Index/invalid-rdar-8236270.cpp +++ b/test/Index/invalid-rdar-8236270.cpp @@ -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. |