From: Nico Weber Date: Tue, 24 Dec 2013 20:48:13 +0000 (+0000) Subject: Add a FIXME to a failing test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7b27e88d5c65f652a57c07daaf18833b14f9567;p=clang Add a FIXME to a failing test. (See discussion in the bug for why this isn't XFAILed.) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197991 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Headers/cxx11.cpp b/test/Headers/cxx11.cpp index 1a4b6400e0..3b3293172d 100644 --- a/test/Headers/cxx11.cpp +++ b/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 #if defined alignas