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

This commit is contained in:
Francois Gouget 2009-02-23 10:41:34 +01:00 committed by Alexandre Julliard
parent c3aa03d244
commit bf855d8696
1 changed files with 1 additions and 1 deletions

View File

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