Commit 13fdfede authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

shell32/tests: Remove support for a todo_wine flag in ShellExecute()'s test_lnks() loop.

parent f4130de3
......@@ -2189,14 +2189,7 @@ static void test_lnks(void)
okChildString("argvA3", "Lnk");
}
sprintf(params, test->basename, tmpdir);
if ((test->todo & 0x8)==0)
{
okChildPath("argvA4", params);
}
else
{
okChildPath("argvA4", params);
}
okChildPath("argvA4", params);
}
test++;
}
......
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