diff options
Diffstat (limited to 'libcxx/test/std/strings/c.strings')
-rw-r--r-- | libcxx/test/std/strings/c.strings/cwctype.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/strings/c.strings/cwctype.pass.cpp b/libcxx/test/std/strings/c.strings/cwctype.pass.cpp index 3bcda1a472c..99027d9e934 100644 --- a/libcxx/test/std/strings/c.strings/cwctype.pass.cpp +++ b/libcxx/test/std/strings/c.strings/cwctype.pass.cpp @@ -107,7 +107,7 @@ int main(int, char**) ASSERT_SAME_TYPE(int, decltype(std::iswxdigit(w))); ASSERT_SAME_TYPE(int, decltype(std::iswctype(w, std::wctype_t()))); - + ASSERT_SAME_TYPE(std::wctype_t, decltype(std::wctype(""))); ASSERT_SAME_TYPE(std::wint_t, decltype(std::towlower(w))); ASSERT_SAME_TYPE(std::wint_t, decltype(std::towupper(w))); |