Module: wine Branch: master Commit: e90f1e3568504d5384c457c198637e8987943305 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e90f1e3568504d5384c457c198... Author: Paul Vriens <paul.vriens.wine(a)gmail.com> Date: Tue Aug 7 16:45:26 2007 +0200 kernel32/tests: Changed skip message. --- dlls/kernel32/tests/actctx.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/kernel32/tests/actctx.c b/dlls/kernel32/tests/actctx.c index 054f034..2992c38 100644 --- a/dlls/kernel32/tests/actctx.c +++ b/dlls/kernel32/tests/actctx.c @@ -1044,7 +1044,7 @@ START_TEST(actctx) init_paths(); if (!init_funcs()) { - skip("Couldn't load kernel32\n"); + skip("Needed functions are not available\n"); return; }