]> Savannah Git Hosting - gnulib.git/commitdiff
wctype-h-c++-tests: Update.
authorBruno Haible <bruno@clisp.org>
Fri, 5 May 2017 21:21:33 +0000 (23:21 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 5 May 2017 22:22:47 +0000 (00:22 +0200)
* tests/test-wctype-h-c++.cc: Reorder to match lib/wchar.in.h.

ChangeLog
tests/test-wctype-h-c++.cc

index 294bb797cfc5822f7a25acd06ce0375cc9595c23..bb1949a949ed2fa1eb07073d163cf6ed12aa3354 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-05-05 Bruno Haible  <bruno@clisp.org>
+
+       wctype-h-c++-tests: Update.
+       * tests/test-wctype-h-c++.cc: Reorder to match lib/wchar.in.h.
+
 2017-05-05 Bruno Haible  <bruno@clisp.org>
 
        wchar-c++-tests: Update.
index d07b3e06dabcd49847843ed2d73ad1afff9a1470..68c89a1ac0eba1b634b266d7ff5ae6c4f471f20e 100644 (file)
@@ -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 *));