mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Enhance test coverage for strnlen, wcsnlen
This commit adds string/test-strnlen-nonarray and wcsmbs/test-wcsnlen-nonarray. Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com>
This commit is contained in:
4
string/test-strnlen-nonarray.c
Normal file
4
string/test-strnlen-nonarray.c
Normal file
@ -0,0 +1,4 @@
|
||||
#define TEST_IDENTIFIER strnlen
|
||||
#define TEST_NAME "strnlen"
|
||||
typedef char CHAR;
|
||||
#include "test-Xnlen-nonarray.c"
|
Reference in New Issue
Block a user