diff options
author | Alp Toker <alp@nuanti.com> | 2014-04-19 19:07:19 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2014-04-19 19:07:19 +0000 |
commit | 7591a05d14110324f99fde3f409ceb7f92fa9739 (patch) | |
tree | ae94b8afd558b6932eb8d5a13e6e2e5f67f13af3 /clang/test/Headers/cxx11.cpp | |
parent | f0c40f7952122b795f9aa8e58b65ff4b6401d837 (diff) | |
download | bcm5719-llvm-7591a05d14110324f99fde3f409ceb7f92fa9739.tar.gz bcm5719-llvm-7591a05d14110324f99fde3f409ceb7f92fa9739.zip |
Re-enable the C++11 modules integration test on OS X
XCode 5.1.1 has shipped with fixed SDK headers.
This reverts commit r200256.
Fixes PR18322.
llvm-svn: 206686
Diffstat (limited to 'clang/test/Headers/cxx11.cpp')
-rw-r--r-- | clang/test/Headers/cxx11.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Headers/cxx11.cpp b/clang/test/Headers/cxx11.cpp index 8576c5ecbda..5b0ec0b79cc 100644 --- a/clang/test/Headers/cxx11.cpp +++ b/clang/test/Headers/cxx11.cpp @@ -1,7 +1,7 @@ // RUN: %clang_cc1 -ffreestanding -fsyntax-only -std=c++11 %s -// DISABLED: %clang_cc1 -ffreestanding -fsyntax-only -std=c++11 -fmodules %s +// RUN: %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 +// This test fails on systems with older OS X 10.9 SDK headers, see PR18322. #include <stdalign.h> |