Commit d82f3f37 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

crypt32: Remove a misplaced todo_wine.

parent 69834b16
......@@ -1660,7 +1660,6 @@ static void testGetCertChain(void)
*/
cert = CertCreateCertificateContext(X509_ASN_ENCODING, bigCert,
sizeof(bigCert));
todo_wine
ret = CertGetCertificateChain(NULL, cert, NULL, NULL, NULL, 0, NULL, NULL);
ok(!ret && GetLastError() == E_INVALIDARG,
"Expected E_INVALIDARG, got %08x\n", GetLastError());
......
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