aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test-strnlen.c
diff options
context:
space:
mode:
Diffstat (limited to 'test-strnlen.c')
-rw-r--r--test-strnlen.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/test-strnlen.c b/test-strnlen.c
deleted file mode 100644
index 0bb69791..00000000
--- a/test-strnlen.c
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <string.h>
-
-int
-main(void)
-{
- const char s[1] = { 'a' };
- return(1 != strnlen(s, 1));
-}