kernel32/tests: Changed skip message.

This commit is contained in:
Paul Vriens 2007-08-07 16:45:26 +02:00 committed by Alexandre Julliard
parent 3de1c55dc6
commit e90f1e3568
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}