mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 17:17:19 -04:00
Diff reduce with upstream
This commit is contained in:
parent
154be35857
commit
1081817ad5
1 changed files with 0 additions and 1 deletions
|
|
@ -61,7 +61,6 @@ ATF_TC_BODY(bad_big5_wprintf, tc)
|
|||
/* XXX implementation detail knowledge (wchar_t encoding) */
|
||||
wchar_t ibuf[] = { 0xcf10, 0 };
|
||||
setlocale(LC_CTYPE, "zh_TW.Big5");
|
||||
|
||||
ATF_REQUIRE_ERRNO(EILSEQ, wprintf(L"%ls\n", ibuf) < 0);
|
||||
ATF_REQUIRE(ferror(stdout));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue