Commit bf855d86 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

rpcrt4/tests: Use win_skip() to skip over unimplemented functionality.

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