rpcrt4/tests: Use win_skip() to skip over unimplemented functionality.
This commit is contained in:
parent
c3aa03d244
commit
bf855d8696
|
@ -85,7 +85,7 @@ START_TEST( rpc_async )
|
|||
pRpcAsyncGetCallStatus = (void *)GetProcAddress(hRpcRt4, "RpcAsyncGetCallStatus");
|
||||
if (!pRpcAsyncInitializeHandle || !pRpcAsyncGetCallStatus)
|
||||
{
|
||||
skip("asynchronous functions not available\n");
|
||||
win_skip("asynchronous functions not available\n");
|
||||
return;
|
||||
}
|
||||
test_RpcAsyncInitializeHandle();
|
||||
|
|
Loading…
Reference in New Issue