llvm-project/libcxx/test/std/localization
Saleem Abdulrasool b2684a52c6 test: use char32_t rather than wchar_t
wchar_t is not as portable as char32_t.  On Windows, wchar_t is
16-bytes and on Linux 32-bits.  The conversion to utf8 causes the
characters to exceed the limits on char16_t, resulting in tautological
comparisons.

llvm-svn: 294917
2017-02-12 21:42:35 +00:00
..
c.locales Move remaining _LIBCPP_VERSION tests into test/libcxx 2016-06-22 02:23:22 +00:00
locale.categories Avoid implementation defined behavior in a test. 2017-02-02 19:44:11 +00:00
locale.stdcvt test: use char32_t rather than wchar_t 2017-02-12 21:42:35 +00:00
locale.syn
locales Fix unused parameters and variables 2016-12-23 23:37:52 +00:00
localization.general