mlang/tests: Don't test all possible invalid codepages.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2022-03-18 14:24:39 +01:00
parent d55233cc7f
commit 9f1762e831
1 changed files with 1 additions and 1 deletions

View File

@ -2214,7 +2214,7 @@ static void test_IsCodePageInstallable(IMultiLanguage2 *ml2)
UINT i;
HRESULT hr;
for (i = 0; i < 0xffff; i++)
for (i = 0; i < 1000; i++)
{
hr = IMultiLanguage2_IsCodePageInstallable(ml2, i);