From d82f3f37a2160fbacc852152eefe6a464bdfac87 Mon Sep 17 00:00:00 2001 From: Juan Lang Date: Thu, 6 Sep 2007 10:00:36 -0700 Subject: [PATCH] crypt32: Remove a misplaced todo_wine. --- dlls/crypt32/tests/chain.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/crypt32/tests/chain.c b/dlls/crypt32/tests/chain.c index 4f71b99e531..bf8a1c56aa8 100644 --- a/dlls/crypt32/tests/chain.c +++ b/dlls/crypt32/tests/chain.c @@ -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());