>From 7a10cf55ffd364a8d464d2c4ce0897d6ca22af05 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 5 May 2017 23:21:33 +0200 Subject: [PATCH 15/16] wctype-h-c++-tests: Update. * tests/test-wctype-h-c++.cc: Reorder to match lib/wchar.in.h. --- ChangeLog | 5 +++++ tests/test-wctype-h-c++.cc | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 294bb79..bb1949a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2017-05-05 Bruno Haible + wctype-h-c++-tests: Update. + * tests/test-wctype-h-c++.cc: Reorder to match lib/wchar.in.h. + +2017-05-05 Bruno Haible + wchar-c++-tests: Update. * tests/test-wchar-c++.cc (wcsftime): Declare, missing since 2017-04-30. diff --git a/tests/test-wctype-h-c++.cc b/tests/test-wctype-h-c++.cc index d07b3e0..68c89a1 100644 --- a/tests/test-wctype-h-c++.cc +++ b/tests/test-wctype-h-c++.cc @@ -26,9 +26,6 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::iswalnum, int, (wint_t)); SIGNATURE_CHECK (GNULIB_NAMESPACE::iswalpha, int, (wint_t)); -#if GNULIB_TEST_ISWBLANK -SIGNATURE_CHECK (GNULIB_NAMESPACE::iswblank, int, (wint_t)); -#endif SIGNATURE_CHECK (GNULIB_NAMESPACE::iswcntrl, int, (wint_t)); SIGNATURE_CHECK (GNULIB_NAMESPACE::iswdigit, int, (wint_t)); SIGNATURE_CHECK (GNULIB_NAMESPACE::iswgraph, int, (wint_t)); @@ -38,6 +35,9 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::iswpunct, int, (wint_t)); SIGNATURE_CHECK (GNULIB_NAMESPACE::iswspace, int, (wint_t)); SIGNATURE_CHECK (GNULIB_NAMESPACE::iswupper, int, (wint_t)); SIGNATURE_CHECK (GNULIB_NAMESPACE::iswxdigit, int, (wint_t)); +#if GNULIB_TEST_ISWBLANK +SIGNATURE_CHECK (GNULIB_NAMESPACE::iswblank, int, (wint_t)); +#endif #if GNULIB_TEST_WCTYPE SIGNATURE_CHECK (GNULIB_NAMESPACE::wctype, wctype_t, (const char *)); -- 2.7.4