diff options
Diffstat (limited to 'string/tst-svc2.c')
-rw-r--r-- | string/tst-svc2.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/string/tst-svc2.c b/string/tst-svc2.c index 12c88aa..c0aa03d 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> |