diff options
author | Nico Weber <nicolasweber@gmx.de> | 2013-12-24 20:48:13 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2013-12-24 20:48:13 +0000 |
commit | 428a93b8aba6b9f94aab185c194ce1891d98053d (patch) | |
tree | 4c6542d0187a98209cdf23dac4356cfadf8c42c7 | |
parent | 2008d31d061600145fa87e68a20b3dbde82a8d54 (diff) | |
download | llvm-428a93b8aba6b9f94aab185c194ce1891d98053d.zip llvm-428a93b8aba6b9f94aab185c194ce1891d98053d.tar.gz llvm-428a93b8aba6b9f94aab185c194ce1891d98053d.tar.bz2 |
Add a FIXME to a failing test.
(See discussion in the bug for why this isn't XFAILed.)
llvm-svn: 197991
-rw-r--r-- | clang/test/Headers/cxx11.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Headers/cxx11.cpp b/clang/test/Headers/cxx11.cpp index 1a4b640..3b32931 100644 --- a/clang/test/Headers/cxx11.cpp +++ b/clang/test/Headers/cxx11.cpp @@ -1,6 +1,8 @@ // RUN: %clang_cc1 -ffreestanding -fsyntax-only -std=c++11 %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 + #include <stdalign.h> #if defined alignas |