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

crypt32: Remove test of a corner case that failed on older crypt32 versions.

parent dd943665
......@@ -1960,8 +1960,6 @@ static const struct encodedBits bits[] = {
{ 1, bin54, 2, bin55 },
/* strange test case, showing cUnusedBits >= 8 is allowed */
{ 9, bin56, 1, bin57 },
/* even stranger test case, showing cUnusedBits > cbData * 8 is allowed */
{ 17, bin58, 0, NULL },
};
static void test_encodeBits(DWORD dwEncoding)
......
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