summaryrefslogtreecommitdiff
path: root/tests/test-uchar-c++.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-uchar-c++.cc')
-rw-r--r--tests/test-uchar-c++.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test-uchar-c++.cc b/tests/test-uchar-c++.cc
index ed45da2e83..e202bbc117 100644
--- a/tests/test-uchar-c++.cc
+++ b/tests/test-uchar-c++.cc
@@ -33,6 +33,11 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::c32rtomb, size_t,
(char *, char32_t , mbstate_t *));
#endif
+#if GNULIB_TEST_C32SRTOMBS
+SIGNATURE_CHECK (GNULIB_NAMESPACE::c32srtombs, size_t,
+ (char *, const char32_t **, size_t, mbstate_t *));
+#endif
+
#if GNULIB_TEST_C32TOB
SIGNATURE_CHECK (GNULIB_NAMESPACE::c32tob, int, (wint_t));
#endif