From: Bruno Haible Date: Fri, 5 May 2017 19:57:14 +0000 (+0200) Subject: locale-c++-tests: Update. X-Git-Tag: v1.0~6202 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=b2ed664da2fad9f25f7cb960965dbb085c54dc6b;p=gnulib.git locale-c++-tests: Update. * tests/test-locale-c++.cc (localeconv): Declare, missing since 2012-03-25. --- diff --git a/ChangeLog b/ChangeLog index 8f867383a6..7e958427e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-05-05 Bruno Haible + + locale-c++-tests: Update. + * tests/test-locale-c++.cc (localeconv): Declare, missing since + 2012-03-25. + 2017-05-05 Bruno Haible inttypes-c++-tests: New module. diff --git a/tests/test-locale-c++.cc b/tests/test-locale-c++.cc index 68a9b0787f..c876b31473 100644 --- a/tests/test-locale-c++.cc +++ b/tests/test-locale-c++.cc @@ -24,6 +24,10 @@ #include "signature.h" +#if GNULIB_TEST_LOCALECONV +SIGNATURE_CHECK (GNULIB_NAMESPACE::localeconv, struct lconv *, (void)); +#endif + #if GNULIB_TEST_SETLOCALE SIGNATURE_CHECK (GNULIB_NAMESPACE::setlocale, char *, (int, const char *)); #endif