Commit 640cb29b authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

advapi32/tests: Use skip.

parent b07d7ce7
......@@ -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();
......
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