make more tests green

This commit is contained in:
Araq
2018-04-30 11:16:56 +02:00
parent de8526ff04
commit ed79201d0b
5 changed files with 3 additions and 5 deletions

View File

@@ -30,7 +30,6 @@ else:
result = newString(size)
let res = WideCharToMultiByte(CP_UTF8, 0'i32, cast[LPWCSTR](addr(wc[0])), wclen,
cstring(result), size, cstring(nil), LPBOOL(nil))
result[size] = chr(0)
doAssert size == res
proc testCP(wc: WideCString, lo, hi: int) =