Author: akhaldi
Date: Thu Mar 3 13:37:13 2016
New Revision: 70875
URL:
http://svn.reactos.org/svn/reactos?rev=70875&view=rev
Log:
[IMAGEHLP_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Modified:
trunk/rostests/winetests/imagehlp/image.c
Modified: trunk/rostests/winetests/imagehlp/image.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/imagehlp/image.…
==============================================================================
--- trunk/rostests/winetests/imagehlp/image.c [iso-8859-1] (original)
+++ trunk/rostests/winetests/imagehlp/image.c [iso-8859-1] Thu Mar 3 13:37:13 2016
@@ -190,10 +190,7 @@
{
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++)