]> git.saurik.com Git - apple/libc.git/blobdiff - tests/wchar.c
Libc-1244.1.7.tar.gz
[apple/libc.git] / tests / wchar.c
index 07d9aaa224442974d2644ffe1c1db3b4800324c2..f76dd14e8da1df35d3cc5d86db6cb9534f7ca553 100644 (file)
@@ -9,7 +9,7 @@
  * Test courtesy of Roel Standaert
  * Source: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209907 
  */
-T_DECL(PR_26556792, "wcsrtombs neglects to set src pointer on EILSEQ error")
+T_DECL(wchar_PR_26556792, "wcsrtombs neglects to set src pointer on EILSEQ error")
 {
     char out[64];
     wchar_t *in = L"Hello! \x20AC Hello!";
@@ -21,7 +21,7 @@ T_DECL(PR_26556792, "wcsrtombs neglects to set src pointer on EILSEQ error")
 }
 
 
-T_DECL(PR_26828480, "double free in __vfwprintf")
+T_DECL(wchar_PR_26828480, "double free in __vfwprintf")
 {
     wchar_t *test;
     int ret;