kernel32/tests: Use skip instead of trace.
This commit is contained in:
parent
8552b50640
commit
ed55217444
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue