Commit 9f1762e8 authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent d55233cc
......@@ -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);
......
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