Commit ab3503bf authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

kernel32/tests: Use win_skip() for missing APIs.

parent 3d246c66
......@@ -3864,7 +3864,7 @@ static void test_GetConsoleFontInfo(HANDLE std_output)
pGetNumberOfConsoleFonts = (void *)GetProcAddress(hmod, "GetNumberOfConsoleFonts");
if (!pGetNumberOfConsoleFonts)
{
skip("GetNumberOfConsoleFonts is not available\n");
win_skip("GetNumberOfConsoleFonts is not available\n");
return;
}
......
......@@ -914,7 +914,7 @@ static void test_CopyFile2(void)
if (!pCopyFile2)
{
skip("CopyFile2 is not available\n");
todo_wine win_skip("CopyFile2 is not available\n");
return;
}
......
......@@ -2185,7 +2185,7 @@ static void test_IsWow64Process2(void)
if (!pIsWow64Process2)
{
skip("IsWow64Process2 is not available\n");
win_skip("IsWow64Process2 is not available\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