Commit a7e13f56 authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

version/tests: Use win_skip instead of trace.

parent 29360b63
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment