r206686 - Re-enable the C++11 modules integration test on OS X

Alp Toker alp at nuanti.com
Sat Apr 19 12:07:19 PDT 2014


Author: alp
Date: Sat Apr 19 14:07:19 2014
New Revision: 206686

URL: http://llvm.org/viewvc/llvm-project?rev=206686&view=rev
Log:
Re-enable the C++11 modules integration test on OS X

XCode 5.1.1 has shipped with fixed SDK headers.

This reverts commit r200256.

Fixes PR18322.

Modified:
    cfe/trunk/test/Headers/cxx11.cpp

Modified: cfe/trunk/test/Headers/cxx11.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Headers/cxx11.cpp?rev=206686&r1=206685&r2=206686&view=diff
==============================================================================
--- cfe/trunk/test/Headers/cxx11.cpp (original)
+++ cfe/trunk/test/Headers/cxx11.cpp Sat Apr 19 14:07:19 2014
@@ -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>
 





More information about the cfe-commits mailing list