From 783d4c0b81889c39a9ddf13b60d0fde4040fb1c0 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 26 Jun 2024 11:27:54 +0200 Subject: Enhance test coverage for strnlen, wcsnlen This commit adds string/test-strnlen-nonarray and wcsmbs/test-wcsnlen-nonarray. Reviewed-by: Noah Goldstein --- string/test-strnlen-nonarray.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 string/test-strnlen-nonarray.c (limited to 'string/test-strnlen-nonarray.c') diff --git a/string/test-strnlen-nonarray.c b/string/test-strnlen-nonarray.c new file mode 100644 index 0000000000..0ad05756d9 --- /dev/null +++ b/string/test-strnlen-nonarray.c @@ -0,0 +1,4 @@ +#define TEST_IDENTIFIER strnlen +#define TEST_NAME "strnlen" +typedef char CHAR; +#include "test-Xnlen-nonarray.c" -- cgit v1.2.3