aboutsummaryrefslogtreecommitdiff
path: root/string/tst-strfry.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/tst-strfry.c')
-rw-r--r--string/tst-strfry.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/string/tst-strfry.c b/string/tst-strfry.c
deleted file mode 100644
index e4e9018c5b..0000000000
--- a/string/tst-strfry.c
+++ /dev/null
@@ -1,14 +0,0 @@
-#include <stdio.h>
-#include <string.h>
-
-int
-do_test (void)
-{
- char str[] = "this is a test";
-
- strfry (str);
-
- return 0;
-}
-
-#include <support/test-driver.c>