]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - wcsmbs/tst-mbrtowc2.c
Add _Float64x function aliases.
[thirdparty/glibc.git] / wcsmbs / tst-mbrtowc2.c
index 4314bdb137abde3f544b7a7ef3d9429de61e8901..95e95414668b8208559883707880f9d18ac6109b 100644 (file)
@@ -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>
@@ -17,8 +18,8 @@ static struct
   { (const char[]) { 0x8E, 0xA5 }, 2, "ja_JP.EUC-JP" },
   { (const char[]) { 0x8E, 0xA2, 0xA1, 0xA1 }, 4, "zh_TW.EUC-TW" },
   { (const char[]) { 0xA1, 0xA1 }, 2, "zh_TW.EUC-TW" },
-  { (const char[]) { 0xE3, 0x80, 0x80 }, 3, "en_US.UTF-8" },
-  { (const char[]) { 0xC3, 0xA4 }, 2, "en_US.UTF-8" }
+  { (const char[]) { 0xE3, 0x80, 0x80 }, 3, "de_DE.UTF-8" },
+  { (const char[]) { 0xC3, 0xA4 }, 2, "de_DE.UTF-8" }
 };
 #define ntests (sizeof (tests) / sizeof (tests[0]))
 
@@ -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>