spoolss/tests: Change skip() to win_skip().

This commit is contained in:
Austin English 2011-02-24 15:31:42 -08:00 committed by Alexandre Julliard
parent bc32d4819a
commit b651dcdb6b
1 changed files with 2 additions and 2 deletions

View File

@ -208,10 +208,10 @@ START_TEST(spoolss)
{
LPCSTR ptr;
/* spoolss.dll does not exist on win9x */
/* The tests fail on Win7 (see comments in load_function() */
ptr = load_functions();
if (ptr) {
skip("%s not found\n", ptr);
win_skip("%s not found\n", ptr);
return;
}