Remove an unneeded stderr redirection

llvm-svn: 208805
This commit is contained in:
Timur Iskhodzhanov 2014-05-14 19:34:13 +00:00
parent d18b767b04
commit 78dccb0822
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clangxx_asan -O0 %s -Fe%t 2>&1
// RUN: %clangxx_asan -O0 %s -Fe%t
// 'cat' is used below to work around FileCheck buffering bug which makes this
// test flaky. FIXME: file an issue.
// RUN: not %run %t 2>&1 | cat | FileCheck %s