crypt32/tests: Add a win_skip().

oldstable
Michael Stefaniuc 2010-01-19 22:47:19 +01:00 committed by Alexandre Julliard
parent c5112d9f6f
commit b4448d9b77
1 changed files with 1 additions and 1 deletions

View File

@ -2572,8 +2572,8 @@ static void test_decode_msg_get_param(void)
sizeof(signedKeyIdEmptyContent), TRUE);
if (!ret && GetLastError() == OSS_DATA_ERROR)
{
/* Subsequent tests crashes on some Win9x, so bail out */
CryptMsgClose(msg);
win_skip("Subsequent tests crash on some Win9x\n");
return;
}
ok(ret, "CryptMsgUpdate failed: %08x\n", GetLastError());