diff options
Diffstat (limited to 'string/tst-strxfrm2.c')
-rw-r--r-- | string/tst-strxfrm2.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/string/tst-strxfrm2.c b/string/tst-strxfrm2.c index bea5aa2cea..12117e80d6 100644 --- a/string/tst-strxfrm2.c +++ b/string/tst-strxfrm2.c @@ -2,7 +2,7 @@ #include <stdio.h> #include <string.h> -static int +int do_test (void) { static const char test_locale[] = "de_DE.UTF-8"; @@ -81,5 +81,4 @@ do_test (void) return res; } -#define TEST_FUNCTION do_test () -#include "../test-skeleton.c" +#include <support/test-driver.c> |