about summary refs log tree commit diff
path: root/string/tst-svc2.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/tst-svc2.c')
-rw-r--r--string/tst-svc2.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/string/tst-svc2.c b/string/tst-svc2.c
index 12c88aa2b8..c0aa03dc18 100644
--- a/string/tst-svc2.c
+++ b/string/tst-svc2.c
@@ -26,7 +26,7 @@ compare (const char *str1, const char *str2, int exp)
 }
 
 
-static int
+int
 do_test (void)
 {
   int res = 0;
@@ -58,5 +58,4 @@ do_test (void)
   return res;
 }
 
-#define TEST_FUNCTION do_test ()
-#include "../test-skeleton.c"
+#include <support/test-driver.c>