Commit 490d6f45 authored by Stefan Dösinger's avatar Stefan Dösinger Committed by Alexandre Julliard

comctl32/tests: Don't dump successful sequences on Windows.

parent e2a9d203
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment