Commit 2b83936b authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

psapi/tests: Use win_skip instead of trace.

parent 51763a10
......@@ -176,7 +176,7 @@ static void test_GetProcessImageFileName(void)
if(!pGetProcessImageFileNameA(hpQI, szImgPath, sizeof(szImgPath)))
{
if(GetLastError() == ERROR_INVALID_FUNCTION)
trace("GetProcessImageFileName not implemented\n");
win_skip("GetProcessImageFileName not implemented\n");
else if(GetLastError() == 0xdeadbeef)
ok(0, "failed without error code\n");
else
......
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