Commit 5e79fd75 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winspool.drv/tests: Use win_skip() to skip over unimplemented functionality.

parent c0cfe453
......@@ -479,7 +479,7 @@ static void test_AddPortEx(void)
if (!pAddPortExA) {
skip("AddPortEx not supported\n");
win_skip("AddPortEx not supported\n");
return;
}
......@@ -2235,7 +2235,7 @@ static void test_EnumPrinters(void)
/* EnumPrintersW is not supported on all platforms */
if (!ret && (GetLastError() == ERROR_CALL_NOT_IMPLEMENTED))
{
skip("EnumPrintersW is not implemented\n");
win_skip("EnumPrintersW is not implemented\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