diff --git a/dlls/crypt32/tests/encode.c b/dlls/crypt32/tests/encode.c index 6576f6c4159..50e37252349 100644 --- a/dlls/crypt32/tests/encode.c +++ b/dlls/crypt32/tests/encode.c @@ -1064,7 +1064,7 @@ static void test_decodeUnicodeName(DWORD dwEncoding) if (buf) { ok(bufSize == sizeof(CERT_NAME_INFO), - "Expected bufSize %d, got %ld\n", sizeof(CERT_NAME_INFO), bufSize); + "Got wrong bufSize %ld\n", bufSize); ok(((CERT_NAME_INFO *)buf)->cRDN == 0, "Expected 0 RDNs in empty info, got %ld\n", ((CERT_NAME_INFO *)buf)->cRDN);