diff options
Diffstat (limited to 'test/libcxx/modules/clocale_exports.sh.cpp')
-rw-r--r-- | test/libcxx/modules/clocale_exports.sh.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/libcxx/modules/clocale_exports.sh.cpp b/test/libcxx/modules/clocale_exports.sh.cpp index 69b1a9bd6624..aacddd2d857e 100644 --- a/test/libcxx/modules/clocale_exports.sh.cpp +++ b/test/libcxx/modules/clocale_exports.sh.cpp @@ -7,6 +7,10 @@ // //===----------------------------------------------------------------------===// +// This test fails on Windows because the underlying libc headers on Windows +// are not modular +// XFAIL: LIBCXX-WINDOWS-FIXME + // REQUIRES: modules-support // UNSUPPORTED: c++98, c++03 |