]> granicus.if.org Git - clang/commitdiff
Fixing stdout/stderr interleaving in lit test.
authorWarren Hunt <whunt@google.com>
Mon, 14 Oct 2013 20:58:36 +0000 (20:58 +0000)
committerWarren Hunt <whunt@google.com>
Mon, 14 Oct 2013 20:58:36 +0000 (20:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192625 91177308-0d34-0410-b5e6-96231b3b80d8

test/Layout/ms-x86-lazy-empty-nonvirtual-base.cpp

index 87280b59824da0bc1a658ac68048c53df3a3f719..ec7779412823d4630e7e4297ce064dde0dd5c752 100644 (file)
@@ -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, ...);