]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Fix missing 'OK' logging on fuzzer testcase 510/head
authorSean Purcell <me@seanp.xyz>
Thu, 12 Jan 2017 17:38:29 +0000 (09:38 -0800)
committerSean Purcell <me@seanp.xyz>
Thu, 12 Jan 2017 17:38:33 +0000 (09:38 -0800)
tests/fuzzer.c

index 19b199ab9c04736ce78393382154aff03f3d2e56..00cfb057463f1bf2efcdf24104b0bec4c1e7069e 100644 (file)
@@ -319,6 +319,7 @@ static int basicUnitTests(U32 seed, double compressibility)
               "\x37\xa4\x30\xec\x11\x22\x33\x44", 8);
           if (ZSTD_getErrorCode(ret) != ZSTD_error_dictionary_corrupted) goto _output_error;
         }
+        DISPLAYLEVEL(4, "OK \n");
 
         ZSTD_freeCCtx(cctx);
         ZSTD_freeDCtx(dctx);