Commit d6942fac authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

iphlpapi/tests: Don't allow skipping ParseNetworkString tests on Wine.

parent 31d1175f
...@@ -2313,7 +2313,7 @@ static void test_ParseNetworkString(void) ...@@ -2313,7 +2313,7 @@ static void test_ParseNetworkString(void)
if (!pParseNetworkString) if (!pParseNetworkString)
{ {
skip("ParseNetworkString not available\n"); win_skip("ParseNetworkString not available\n");
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment