diff options
author | Warren Hunt <whunt@google.com> | 2013-10-14 20:58:36 +0000 |
---|---|---|
committer | Warren Hunt <whunt@google.com> | 2013-10-14 20:58:36 +0000 |
commit | e896819033434f0da3cd4831f2c14cdae1ce8719 (patch) | |
tree | ef75236f070f0e8fa71fdbe831a4db11bc175600 /clang/test/Layout/ms-x86-lazy-empty-nonvirtual-base.cpp | |
parent | 3f4d6c6538c7a68bf685f21ce88164f76a9ca815 (diff) | |
download | bcm5719-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.cpp | 2 |
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, ...); |