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

André Hentschel nerv at dawncrow.de
Mon Feb 27 07:05:53 CST 2017


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;
     }
 
-- 
2.7.4




More information about the wine-patches mailing list