Re: [PATCH 0/1] MR9761: urlmon/tests: Don't test function directly when reporting GetLastError()
18 Dec
2025
18 Dec
'25
11:54 a.m.
Jacek Caban (@jacek) commented about dlls/urlmon/tests/sec_mgr.c:
ok(hres == S_OK, "Unexpected Remove result: 0x%08lx, expected result: 0x%08lx\n", hres, S_OK);
- ok(GetTempPathW(ARRAY_SIZE(tmp_dir), tmp_dir), - "GetTempPathW failed with: 0x%08lx\n", GetLastError()); + ret = GetTempPathW(ARRAY_SIZE(tmp_dir), tmp_dir); + ok(ret, GetTempPathW failed with: 0x%08lx\n", GetLastError());
It doesn't build, the opening quote is missing. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9761#note_125800
77
Age (days ago)
77
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban (@jacek)