]> granicus.if.org Git - clang/commitdiff
Re-enable the C++11 modules integration test on OS X
authorAlp Toker <alp@nuanti.com>
Sat, 19 Apr 2014 19:07:19 +0000 (19:07 +0000)
committerAlp Toker <alp@nuanti.com>
Sat, 19 Apr 2014 19:07:19 +0000 (19:07 +0000)
XCode 5.1.1 has shipped with fixed SDK headers.

This reverts commit r200256.

Fixes PR18322.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206686 91177308-0d34-0410-b5e6-96231b3b80d8

test/Headers/cxx11.cpp

index 8576c5ecbda7b12ce4b194079ef260c40230f696..5b0ec0b79ccb06ebdfb44e6181a208b09473a987 100644 (file)
@@ -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>