diff options
Diffstat (limited to 'string/test-strncasecmp.c')
-rw-r--r-- | string/test-strncasecmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/string/test-strncasecmp.c b/string/test-strncasecmp.c index acfe668cab..95664f3a97 100644 --- a/string/test-strncasecmp.c +++ b/string/test-strncasecmp.c @@ -19,6 +19,7 @@ #include <ctype.h> #define TEST_MAIN +#define TEST_NAME "strncasecmp" #include "test-string.h" typedef int (*proto_t) (const char *, const char *, size_t); |