From bf855d869649e8e2dab0e57fa2cec7e38c6d21d2 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Mon, 23 Feb 2009 10:41:34 +0100 Subject: [PATCH] rpcrt4/tests: Use win_skip() to skip over unimplemented functionality. --- dlls/rpcrt4/tests/rpc_async.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/rpcrt4/tests/rpc_async.c b/dlls/rpcrt4/tests/rpc_async.c index 64f0dafde1..f82799cffc 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();