changeset 38536:398cfca6b584

locale-c++-tests: Update. * tests/test-locale-c++.cc (localeconv): Declare, missing since 2012-03-25.
author Bruno Haible <bruno@clisp.org>
date Fri, 05 May 2017 21:57:14 +0200
parents 07f125e23d73
children 347cb557bb54
files ChangeLog tests/test-locale-c++.cc
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri May 05 21:50:57 2017 +0200
+++ b/ChangeLog	Fri May 05 21:57:14 2017 +0200
@@ -1,3 +1,9 @@
+2017-05-05 Bruno Haible  <bruno@clisp.org>
+
+	locale-c++-tests: Update.
+	* tests/test-locale-c++.cc (localeconv): Declare, missing since
+	2012-03-25.
+
 2017-05-05 Bruno Haible  <bruno@clisp.org>
 
 	inttypes-c++-tests: New module.
--- a/tests/test-locale-c++.cc	Fri May 05 21:50:57 2017 +0200
+++ b/tests/test-locale-c++.cc	Fri May 05 21:57:14 2017 +0200
@@ -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