comctl32/tests: Don't dump successful sequences on Windows.
Signed-off-by: Stefan Dösinger <stefan@codeweavers.com> Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
e2a9d203cd
commit
490d6f456b
|
@ -371,7 +371,7 @@ static void ok_sequence_(struct msg_sequence **seq, int sequence_index,
|
|||
|
||||
if(todo && !failcount) /* succeeded yet marked todo */
|
||||
{
|
||||
dump++;
|
||||
if (!strcmp(winetest_platform, "wine")) dump++;
|
||||
todo_wine
|
||||
{
|
||||
ok_(file, line)(TRUE, "%s: marked \"todo_wine\" but succeeds\n", context);
|
||||
|
|
Loading…
Reference in New Issue