about summary refs log tree commit diff
path: root/string/tst-inlcall.c
diff options
context:
space:
mode:
Diffstat (limited to 'string/tst-inlcall.c')
-rw-r--r--string/tst-inlcall.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/string/tst-inlcall.c b/string/tst-inlcall.c
index 54a0f373c6..f39f2c33a0 100644
--- a/string/tst-inlcall.c
+++ b/string/tst-inlcall.c
@@ -31,7 +31,7 @@
 #include <fcntl.h>
 
 
-static int
+int
 do_test (void)
 {
   int status;
@@ -81,5 +81,4 @@ do_test (void)
   return status;
 }
 
-#define TEST_FUNCTION do_test ()
-#include "../test-skeleton.c"
+#include <support/test-driver.c>