summaryrefslogtreecommitdiff
path: root/wcsmbs/tst-mbrtowc2.c
diff options
context:
space:
mode:
Diffstat (limited to 'wcsmbs/tst-mbrtowc2.c')
-rw-r--r--wcsmbs/tst-mbrtowc2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/wcsmbs/tst-mbrtowc2.c b/wcsmbs/tst-mbrtowc2.c
index 67d8e29a0f..95e9541466 100644
--- a/wcsmbs/tst-mbrtowc2.c
+++ b/wcsmbs/tst-mbrtowc2.c
@@ -1,4 +1,5 @@
-/* Derived from the test case in http://sourceware.org/bugzilla/show_bug.cgi?id=714 */
+/* Derived from the test case in
+ https://sourceware.org/bugzilla/show_bug.cgi?id=714 */
#include <locale.h>
#include <stdio.h>
#include <string.h>
@@ -63,5 +64,4 @@ t (const char *ch, size_t nch, const char *loc)
return ret;
}
-#define TEST_FUNCTION do_test ()
-#include "../test-skeleton.c"
+#include <support/test-driver.c>