forked from OSchip/llvm-project
Add a FIXME to a failing test.
(See discussion in the bug for why this isn't XFAILed.) llvm-svn: 197991
This commit is contained in:
parent
2008d31d06
commit
428a93b8ab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue