[IMAGEHLP_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70875
This commit is contained in:
Amine Khaldi 2016-03-03 13:37:13 +00:00
parent c3677ca740
commit 7aea6cbc61

View file

@ -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++)