kernel32/tests: Move pseudo console tests before FreeConsole.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Jacek Caban 2020-10-06 18:53:52 +02:00 committed by Alexandre Julliard
parent 1d2c29dfb0
commit f377ac1f2d
1 changed files with 1 additions and 1 deletions

View File

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