Module: wine Branch: master Commit: bf855d869649e8e2dab0e57fa2cec7e38c6d21d2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=bf855d869649e8e2dab0e57fa2...
Author: Francois Gouget fgouget@free.fr Date: Mon Feb 23 10:41:34 2009 +0100
rpcrt4/tests: Use win_skip() to skip over unimplemented functionality.
---
dlls/rpcrt4/tests/rpc_async.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/rpcrt4/tests/rpc_async.c b/dlls/rpcrt4/tests/rpc_async.c index 64f0daf..f82799c 100644 --- a/dlls/rpcrt4/tests/rpc_async.c +++ b/dlls/rpcrt4/tests/rpc_async.c @@ -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();