]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
remove big test around large offset with small window size
authorDanielle Rozenblit <drozenblit@fb.com>
Mon, 30 Jan 2023 14:26:03 +0000 (06:26 -0800)
committerDanielle Rozenblit <drozenblit@fb.com>
Mon, 30 Jan 2023 14:26:03 +0000 (06:26 -0800)
tests/zstreamtest.c

index 2442593b7b24b8a7bb997627392e5bd3d95c35ae..db1e25188ccf1accb7477f20d361497fe0652597 100644 (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++);
-    if (bigTests) {
+    {
         ZSTD_CCtx* cctx = ZSTD_createCCtx();
         ZSTD_DCtx* dctx = ZSTD_createDCtx();