diff options
author | Bob Wilson <bob.wilson@apple.com> | 2014-01-27 22:43:21 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2014-01-27 22:43:21 +0000 |
commit | 2d5d005842a6f51a2f647f9eb116abdce0b89695 (patch) | |
tree | 3d86eb3ba74e626dd5a5e5e1ed7171dfd98c89ab /clang/test/Headers/cxx11.cpp | |
parent | ba86cf51c96e27ab404c4406f13f617b33a4ed6c (diff) | |
download | bcm5719-llvm-2d5d005842a6f51a2f647f9eb116abdce0b89695.tar.gz bcm5719-llvm-2d5d005842a6f51a2f647f9eb116abdce0b89695.zip |
Temporarily disable test that fails on Mac OS X 10.9.
PR18322. This test will be reenabled when the SDK gets fixed. In the meantime,
it is pretty disruptive to have this test keep failing.
llvm-svn: 200256
Diffstat (limited to 'clang/test/Headers/cxx11.cpp')
-rw-r--r-- | clang/test/Headers/cxx11.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Headers/cxx11.cpp b/clang/test/Headers/cxx11.cpp index 3b3293172df..8576c5ecbda 100644 --- a/clang/test/Headers/cxx11.cpp +++ b/clang/test/Headers/cxx11.cpp @@ -1,5 +1,5 @@ // RUN: %clang_cc1 -ffreestanding -fsyntax-only -std=c++11 %s -// RUN: %clang_cc1 -ffreestanding -fsyntax-only -std=c++11 -fmodules %s +// DISABLED: %clang_cc1 -ffreestanding -fsyntax-only -std=c++11 -fmodules %s // FIXME: This test fails on OS X 10.9 with headers in /usr/include, see PR18322 |