mirror of
https://github.com/facebook/zstd.git
synced 2026-01-06 11:21:19 +03:00
remove big test around large offset with small window size
This commit is contained in:
@@ -2224,7 +2224,7 @@ static int basicUnitTests(U32 seed, double compressibility, int bigTests)
|
||||
|
||||
|
||||
DISPLAYLEVEL(3, "test%3i : Testing large offset with small window size: ", testNb++);
|
||||
if (bigTests) {
|
||||
{
|
||||
ZSTD_CCtx* cctx = ZSTD_createCCtx();
|
||||
ZSTD_DCtx* dctx = ZSTD_createDCtx();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user