mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 06:00:45 +00:00
psapi/tests: Use win_skip instead of trace.
This commit is contained in:
parent
51763a10e4
commit
2b83936b3c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user