Commit b651dcdb authored by Austin English's avatar Austin English Committed by Alexandre Julliard

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

parent bc32d481
......@@ -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;
}
......
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