From 03759f47db62930f2dddf1c9733ef89b9d99e2da Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 5 Oct 2012 13:32:07 -0700 Subject: Test strcasestr/strchr/strstr under all implementations --- string/bug-strchr1.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 string/bug-strchr1.c (limited to 'string/bug-strchr1.c') diff --git a/string/bug-strchr1.c b/string/bug-strchr1.c deleted file mode 100644 index 21155d8..0000000 --- a/string/bug-strchr1.c +++ /dev/null @@ -1,14 +0,0 @@ -#include -#include - -static int -do_test (void) -{ - char s[] __attribute__((aligned(16))) = "\xff"; - char *p = strchr (s, '\xfe'); - printf ("%p\n", p); - return p != NULL; -} - -#define TEST_FUNCTION do_test () -#include "../test-skeleton.c" -- cgit v1.1