Skip to content
Commit b2684a52 authored by Saleem Abdulrasool's avatar Saleem Abdulrasool
Browse files

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
parent 80d2e8ff
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment