iphlpapi/tests: Don't skip because of an obsolete function

Nikolay Sivov bunglehead at gmail.com
Mon Feb 27 07:08:07 CST 2017


On 27.02.2017 16:05, André Hentschel wrote:
> Signed-off-by: André Hentschel <nerv at dawncrow.de>
> ---
>  dlls/iphlpapi/tests/iphlpapi.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/dlls/iphlpapi/tests/iphlpapi.c b/dlls/iphlpapi/tests/iphlpapi.c
> index 953bbc9..ddea4f8 100644
> --- a/dlls/iphlpapi/tests/iphlpapi.c
> +++ b/dlls/iphlpapi/tests/iphlpapi.c
> @@ -1583,7 +1583,7 @@ static void test_AllocateAndGetTcpExTableFromStack(void)
>  
>      if (!pAllocateAndGetTcpExTableFromStack)
>      {
> -        skip("AllocateAndGetTcpExTableFromStack not available\n");
> +        trace("AllocateAndGetTcpExTableFromStack not available, skipping\n");
>          return;
>      }
>  
> 

What's a point of this change?



More information about the wine-devel mailing list