From 7aea6cbc61879185e6b7d4a8c2fd4f2ac1912922 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Thu, 3 Mar 2016 13:37:13 +0000 Subject: [PATCH] [IMAGEHLP_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912 svn path=/trunk/; revision=70875 --- rostests/winetests/imagehlp/image.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rostests/winetests/imagehlp/image.c b/rostests/winetests/imagehlp/image.c index 1d31b0676af..2be9b0c0b66 100644 --- a/rostests/winetests/imagehlp/image.c +++ b/rostests/winetests/imagehlp/image.c @@ -190,10 +190,7 @@ static void check_updates(LPCSTR header, const struct expected_update_accum *exp { DWORD i; - if (expected->todo) - todo_wine ok(expected->cUpdates == got->cUpdates, "%s: expected %d updates, got %d\n", - header, expected->cUpdates, got->cUpdates); - else + todo_wine_if (expected->todo) ok(expected->cUpdates == got->cUpdates, "%s: expected %d updates, got %d\n", header, expected->cUpdates, got->cUpdates); for (i = 0; i < min(expected->cUpdates, got->cUpdates); i++)