remove big test around large offset with small window size

This commit is contained in:
Danielle Rozenblit
2023-01-30 06:26:03 -08:00
parent 5ec77add20
commit 66fae56c86
+1 -1
View File
@@ -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++); DISPLAYLEVEL(3, "test%3i : Testing large offset with small window size: ", testNb++);
if (bigTests) { {
ZSTD_CCtx* cctx = ZSTD_createCCtx(); ZSTD_CCtx* cctx = ZSTD_createCCtx();
ZSTD_DCtx* dctx = ZSTD_createDCtx(); ZSTD_DCtx* dctx = ZSTD_createDCtx();