r192625 - Fixing stdout/stderr interleaving in lit test.

Warren Hunt whunt at google.com
Mon Oct 14 13:58:36 PDT 2013


Author: whunt
Date: Mon Oct 14 15:58:36 2013
New Revision: 192625

URL: http://llvm.org/viewvc/llvm-project?rev=192625&view=rev
Log:
Fixing stdout/stderr interleaving in lit test.


Modified:
    cfe/trunk/test/Layout/ms-x86-lazy-empty-nonvirtual-base.cpp

Modified: cfe/trunk/test/Layout/ms-x86-lazy-empty-nonvirtual-base.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Layout/ms-x86-lazy-empty-nonvirtual-base.cpp?rev=192625&r1=192624&r2=192625&view=diff
==============================================================================
--- cfe/trunk/test/Layout/ms-x86-lazy-empty-nonvirtual-base.cpp (original)
+++ cfe/trunk/test/Layout/ms-x86-lazy-empty-nonvirtual-base.cpp Mon Oct 14 15:58:36 2013
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fno-rtti -emit-llvm-only -triple i686-pc-win32 -fdump-record-layouts -fsyntax-only -cxx-abi microsoft %s 2>&1 \
+// RUN: %clang_cc1 -fno-rtti -emit-llvm-only -triple i686-pc-win32 -fdump-record-layouts -fsyntax-only -cxx-abi microsoft %s 2>/dev/null \
 // RUN:            | FileCheck %s
 
 extern "C" int printf(const char *fmt, ...);





More information about the cfe-commits mailing list