kernel32/tests: Change to a win_skip() because we don't want to skip the GetConsoleCursorInfo(,NULL) test in Wine.
This commit is contained in:
parent
5989534540
commit
41360cc161
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue