Reduced number of test runs. Fixes 3617.
This commit is contained in:
parent
aaae190ee1
commit
9818ed3883
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user