6 May
2025
6 May
'25
4:50 p.m.
From: Alfred Agrell <floating(a)muncher.se> --- dlls/ntdll/tests/rtlstr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/ntdll/tests/rtlstr.c b/dlls/ntdll/tests/rtlstr.c index ffd816265ac..3faf7b36a97 100644 --- a/dlls/ntdll/tests/rtlstr.c +++ b/dlls/ntdll/tests/rtlstr.c @@ -2548,6 +2548,7 @@ static void test_RtlUTF8ToUnicodeN(void) truncate_expect( 8, 4, STATUS_BUFFER_TOO_SMALL); truncate_expect( 9, 4, STATUS_BUFFER_TOO_SMALL); truncate_expect(10, 5, STATUS_SUCCESS); + unicode_expect(special_expected, 6, 3, special_string, 7, STATUS_BUFFER_TOO_SMALL); #undef truncate_expect /* conversion behavior with varying input length */ -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/7977