psapi/tests: Use win_skip instead of trace.

This commit is contained in:
Paul Vriens 2008-10-20 22:44:09 +02:00 committed by Alexandre Julliard
parent 51763a10e4
commit 2b83936b3c
1 changed files with 1 additions and 1 deletions

View File

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