mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
version/tests: Use win_skip instead of trace.
This commit is contained in:
parent
29360b632f
commit
a7e13f565b
@ -324,7 +324,7 @@ static void test_32bit_win(void)
|
||||
GetModuleFileNameW(NULL, mypathW, MAX_PATH);
|
||||
if (GetLastError() == ERROR_CALL_NOT_IMPLEMENTED)
|
||||
{
|
||||
trace("GetModuleFileNameW not existing on this platform, skipping comparison between A- and W-calls\n");
|
||||
win_skip("GetModuleFileNameW not existing on this platform, skipping comparison between A- and W-calls\n");
|
||||
is_unicode_enabled = FALSE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user