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:
Stefan Dösinger 2017-04-07 16:02:01 +02:00 committed by Alexandre Julliard
parent e2a9d203cd
commit 490d6f456b
1 changed files with 1 additions and 1 deletions

View File

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