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

kernel32/tests: Use skip instead of trace.

parent 8552b506
...@@ -343,7 +343,7 @@ START_TEST(module) ...@@ -343,7 +343,7 @@ START_TEST(module)
GetModuleFileNameW(NULL, filenameW, MAX_PATH); GetModuleFileNameW(NULL, filenameW, MAX_PATH);
if (GetLastError() == ERROR_CALL_NOT_IMPLEMENTED) 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; 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