X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-wchar-c%2B%2B.cc;h=31be40257e08efa7bd0526d26e1bed5475b2bfa0;hb=cda784e7600c26148888f21fc1300d041b5404bd;hp=1f2bef150fb05a05e0577e82cb25d5c3961c2f7d;hpb=e016983c7406fb8aa0c750053425ffb3cbaeec4a;p=gnulib.git diff --git a/tests/test-wchar-c++.cc b/tests/test-wchar-c++.cc index 1f2bef150..31be40257 100644 --- a/tests/test-wchar-c++.cc +++ b/tests/test-wchar-c++.cc @@ -1,5 +1,5 @@ /* Test of substitute in C++ mode. - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010-2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -75,6 +75,11 @@ SIGNATURE_CHECK (GNULIB_NAMESPACE::wcsnrtombs, size_t, SIGNATURE_CHECK (GNULIB_NAMESPACE::wcwidth, int, (wchar_t)); #endif +#if GNULIB_TEST_WMEMCHR +SIGNATURE_CHECK (GNULIB_NAMESPACE::wmemchr, wchar_t *, + (const wchar_t *, wchar_t, size_t)); +#endif + int main ()