mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
3b25c7fa87
This commit adds string/test-strnlen-nonarray and
wcsmbs/test-wcsnlen-nonarray.
Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com>
(cherry picked from commit 783d4c0b81
)
6 lines
144 B
C
6 lines
144 B
C
#include <wchar.h>
|
|
#define TEST_IDENTIFIER wcsnlen
|
|
#define TEST_NAME "wcsnlen"
|
|
typedef wchar_t CHAR;
|
|
#include "../string/test-Xnlen-nonarray.c"
|