From: Danielle Rozenblit Date: Mon, 30 Jan 2023 14:26:03 +0000 (-0800) Subject: remove big test around large offset with small window size X-Git-Tag: v1.5.4^2~18^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66fae56c860fdbf195a45c2b2372692460f07fa7;p=thirdparty%2Fzstd.git remove big test around large offset with small window size --- diff --git a/tests/zstreamtest.c b/tests/zstreamtest.c index 2442593b7..db1e25188 100644 --- a/tests/zstreamtest.c +++ b/tests/zstreamtest.c @@ -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();