Reduced number of test runs. Fixes 3617.

This commit is contained in:
Armin Novak 2016-11-24 10:50:16 +01:00
parent aaae190ee1
commit 9818ed3883

View File

@ -3014,7 +3014,7 @@ static BOOL RunTestPlanarSingleColor(BITMAP_PLANAR_CONTEXT* planar,
GetColorFormatName(dstFormat));
fflush(stdout);
for (j = 0; j < 0x1000; j += 8)
for (j = 0; j < 100; j += 8)
{
for (i = 4; i < 64; i += 8)
{