kernel32/tests: Change to a win_skip() because we don't want to skip the GetConsoleCursorInfo(,NULL) test in Wine.

Francois Gouget fgouget at free.fr
Mon Feb 23 17:02:47 CST 2009


---

Well, I think we don't want to.


 dlls/kernel32/tests/console.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/kernel32/tests/console.c b/dlls/kernel32/tests/console.c
index 830dbc1..fa94679 100644
--- a/dlls/kernel32/tests/console.c
+++ b/dlls/kernel32/tests/console.c
@@ -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;
     }
 
-- 
1.5.6.5




More information about the wine-patches mailing list