mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
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
Block a user