summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/test/Headers/cxx11.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Headers/cxx11.cpp b/clang/test/Headers/cxx11.cpp
index 1a4b6400e09..3b3293172df 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
OpenPOWER on IntegriCloud