diff options
Diffstat (limited to 'string/bug-strcoll2.c')
-rw-r--r-- | string/bug-strcoll2.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/string/bug-strcoll2.c b/string/bug-strcoll2.c index 8d4fed5231..ff33007df6 100644 --- a/string/bug-strcoll2.c +++ b/string/bug-strcoll2.c @@ -79,7 +79,7 @@ test_da_DK (void) } } -static int +int do_test (void) { int err = 0; @@ -88,5 +88,4 @@ do_test (void) return err; } -#define TEST_FUNCTION do_test () -#include "../test-skeleton.c" +#include <support/test-driver.c> |