kernel32/tests: Use skip instead of trace.

This commit is contained in:
Paul Vriens 2008-08-25 17:55:25 +02:00 committed by Alexandre Julliard
parent ac07480fab
commit 56ba2baa01
1 changed files with 1 additions and 1 deletions

View File

@ -1193,7 +1193,7 @@ static void test_LCMapStringW(void)
upper_case, -1, buf, sizeof(buf)/sizeof(WCHAR));
if (GetLastError() == ERROR_CALL_NOT_IMPLEMENTED)
{
trace("Skipping LCMapStringW tests on Win9x\n");
win_skip("LCMapStringW is not implemented\n");
return;
}
ok(!ret, "LCMAP_LOWERCASE and LCMAP_UPPERCASE are mutually exclusive\n");