spoolss/tests: Change skip() to win_skip().
This commit is contained in:
parent
bc32d4819a
commit
b651dcdb6b
|
@ -208,10 +208,10 @@ START_TEST(spoolss)
|
||||||
{
|
{
|
||||||
LPCSTR ptr;
|
LPCSTR ptr;
|
||||||
|
|
||||||
/* spoolss.dll does not exist on win9x */
|
/* The tests fail on Win7 (see comments in load_function() */
|
||||||
ptr = load_functions();
|
ptr = load_functions();
|
||||||
if (ptr) {
|
if (ptr) {
|
||||||
skip("%s not found\n", ptr);
|
win_skip("%s not found\n", ptr);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue