diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-04-26 19:24:31 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-04-26 19:24:31 +0000 |
commit | 2fa809d9eabddd820af54059faa8362dd50b51de (patch) | |
tree | d24999651df3a7a5d330d20573335db9a8afcc89 /test/libcxx/modules/cstdint_exports.sh.cpp | |
parent | 1c3313bd0215c89fb38710a1ea0762ccf32e859c (diff) |
vendor/libc++/libc++-trunk-r302069vendor/libc++/libc++-trunk-r301939vendor/libc++/libc++-trunk-r301441
Notes
Diffstat (limited to 'test/libcxx/modules/cstdint_exports.sh.cpp')
-rw-r--r-- | test/libcxx/modules/cstdint_exports.sh.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/libcxx/modules/cstdint_exports.sh.cpp b/test/libcxx/modules/cstdint_exports.sh.cpp index 8ecc1da28f1a..3d3cbe338174 100644 --- a/test/libcxx/modules/cstdint_exports.sh.cpp +++ b/test/libcxx/modules/cstdint_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 // Test that <cstdint> re-exports <stdint.h> |