version/tests: Use win_skip instead of trace.

This commit is contained in:
Paul Vriens 2008-10-20 23:13:31 +02:00 committed by Alexandre Julliard
parent 29360b632f
commit a7e13f565b

View file

@ -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;
}