Commit b2f2e53f authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

schannel/tests: Use win_skip() to skip over unimplemented functionality.

parent 44eb0090
......@@ -177,7 +177,7 @@ START_TEST(main)
{
HMODULE hMod = LoadLibraryA("schannel.dll");
if (!hMod) {
skip("schannel.dll not found.\n");
win_skip("schannel.dll not available\n");
return;
}
......@@ -189,7 +189,7 @@ START_TEST(main)
testInitialize();
testGetInfo();
}
else skip( "schannel functions not found\n" );
else win_skip( "schannel functions not found\n" );
FreeLibrary(hMod);
}
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