diff options
Diffstat (limited to 'wcsmbs/tst-wcrtomb.c')
-rw-r--r-- | wcsmbs/tst-wcrtomb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wcsmbs/tst-wcrtomb.c b/wcsmbs/tst-wcrtomb.c index 052a2549b4..a506fe7e75 100644 --- a/wcsmbs/tst-wcrtomb.c +++ b/wcsmbs/tst-wcrtomb.c @@ -93,5 +93,4 @@ check_ascii (const char *locname) return res != 0; } -#define TEST_FUNCTION do_test () -#include "../test-skeleton.c" +#include <support/test-driver.c> |