Module: wine Branch: master Commit: b651dcdb6bbb5c91537613f35f9d563275e262ba URL: http://source.winehq.org/git/wine.git/?a=commit;h=b651dcdb6bbb5c91537613f35f...
Author: Austin English austinenglish@gmail.com Date: Thu Feb 24 15:31:42 2011 -0800
spoolss/tests: Change skip() to win_skip().
---
dlls/spoolss/tests/spoolss.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/spoolss/tests/spoolss.c b/dlls/spoolss/tests/spoolss.c index b7d71d6..acf2801 100644 --- a/dlls/spoolss/tests/spoolss.c +++ b/dlls/spoolss/tests/spoolss.c @@ -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; }