advapi32/tests: Use skip.
This commit is contained in:
parent
b07d7ce729
commit
640cb29bb7
|
@ -873,7 +873,10 @@ static void test_token_attr(void)
|
|||
}
|
||||
|
||||
if(!pConvertSidToStringSidA)
|
||||
{
|
||||
skip("ConvertSidToStringSidA is not available\n");
|
||||
return;
|
||||
}
|
||||
|
||||
ret = OpenProcessToken(GetCurrentProcess(), TOKEN_QUERY|TOKEN_DUPLICATE, &Token);
|
||||
GLE = GetLastError();
|
||||
|
|
Loading…
Reference in New Issue