summaryrefslogtreecommitdiffstats
path: root/clang/test/Layout/ms-x86-lazy-empty-nonvirtual-base.cpp
diff options
context:
space:
mode:
authorWarren Hunt <whunt@google.com>2013-10-14 20:58:36 +0000
committerWarren Hunt <whunt@google.com>2013-10-14 20:58:36 +0000
commite896819033434f0da3cd4831f2c14cdae1ce8719 (patch)
treeef75236f070f0e8fa71fdbe831a4db11bc175600 /clang/test/Layout/ms-x86-lazy-empty-nonvirtual-base.cpp
parent3f4d6c6538c7a68bf685f21ce88164f76a9ca815 (diff)
downloadbcm5719-llvm-e896819033434f0da3cd4831f2c14cdae1ce8719.tar.gz
bcm5719-llvm-e896819033434f0da3cd4831f2c14cdae1ce8719.zip
Fixing stdout/stderr interleaving in lit test.
llvm-svn: 192625
Diffstat (limited to 'clang/test/Layout/ms-x86-lazy-empty-nonvirtual-base.cpp')
-rw-r--r--clang/test/Layout/ms-x86-lazy-empty-nonvirtual-base.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Layout/ms-x86-lazy-empty-nonvirtual-base.cpp b/clang/test/Layout/ms-x86-lazy-empty-nonvirtual-base.cpp
index 87280b59824..ec777941282 100644
--- a/clang/test/Layout/ms-x86-lazy-empty-nonvirtual-base.cpp
+++ b/clang/test/Layout/ms-x86-lazy-empty-nonvirtual-base.cpp
@@ -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, ...);
OpenPOWER on IntegriCloud