Commit f377ac1f authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

kernel32/tests: Move pseudo console tests before FreeConsole.

parent 1d2c29df
......@@ -4250,9 +4250,9 @@ START_TEST(console)
test_console_title();
if (!test_current)
{
test_pseudo_console();
test_AttachConsole(hConOut);
test_AllocConsole();
test_FreeConsole();
test_pseudo_console();
}
}
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