Commit 41360cc1 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

kernel32/tests: Change to a win_skip() because we don't want to skip the…

kernel32/tests: Change to a win_skip() because we don't want to skip the GetConsoleCursorInfo(,NULL) test in Wine.
parent 59895345
......@@ -162,7 +162,7 @@ static void testCursorInfo(HANDLE hCon)
if (info.dwSize == 12)
{
skip("NULL CONSOLE_CURSOR_INFO will crash on win9x\n");
win_skip("NULL CONSOLE_CURSOR_INFO will crash on win9x\n");
return;
}
......
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