[compiler-rt] r208805 - Remove an unneeded stderr redirection
Timur Iskhodzhanov
timurrrr at google.com
Wed May 14 12:34:13 PDT 2014
Author: timurrrr
Date: Wed May 14 14:34:13 2014
New Revision: 208805
URL: http://llvm.org/viewvc/llvm-project?rev=208805&view=rev
Log:
Remove an unneeded stderr redirection
Modified:
compiler-rt/trunk/test/asan/TestCases/Windows/thread_stack_array_left_oob.cc
Modified: compiler-rt/trunk/test/asan/TestCases/Windows/thread_stack_array_left_oob.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Windows/thread_stack_array_left_oob.cc?rev=208805&r1=208804&r2=208805&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Windows/thread_stack_array_left_oob.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Windows/thread_stack_array_left_oob.cc Wed May 14 14:34:13 2014
@@ -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
More information about the llvm-commits
mailing list