mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 19:37:10 +00:00
[IMAGEHLP_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70875
This commit is contained in:
parent
c3677ca740
commit
7aea6cbc61
1 changed files with 1 additions and 4 deletions
|
@ -190,10 +190,7 @@ static void check_updates(LPCSTR header, const struct expected_update_accum *exp
|
||||||
{
|
{
|
||||||
DWORD i;
|
DWORD i;
|
||||||
|
|
||||||
if (expected->todo)
|
todo_wine_if (expected->todo)
|
||||||
todo_wine ok(expected->cUpdates == got->cUpdates, "%s: expected %d updates, got %d\n",
|
|
||||||
header, expected->cUpdates, got->cUpdates);
|
|
||||||
else
|
|
||||||
ok(expected->cUpdates == got->cUpdates, "%s: expected %d updates, got %d\n",
|
ok(expected->cUpdates == got->cUpdates, "%s: expected %d updates, got %d\n",
|
||||||
header, expected->cUpdates, got->cUpdates);
|
header, expected->cUpdates, got->cUpdates);
|
||||||
for (i = 0; i < min(expected->cUpdates, got->cUpdates); i++)
|
for (i = 0; i < min(expected->cUpdates, got->cUpdates); i++)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue