kernel32/tests: Use skip instead of trace.

This commit is contained in:
Paul Vriens 2008-09-20 11:55:16 +02:00 committed by Alexandre Julliard
parent 8552b50640
commit ed55217444
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ START_TEST(module)
GetModuleFileNameW(NULL, filenameW, MAX_PATH);
if (GetLastError() == ERROR_CALL_NOT_IMPLEMENTED)
{
trace("GetModuleFileNameW not existing on this platform, skipping W-calls\n");
win_skip("GetModuleFileNameW not existing on this platform, skipping W-calls\n");
is_unicode_enabled = FALSE;
}