Skip to content

Commit

Permalink
Fix missing 'OK' logging on fuzzer testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-purcell committed Jan 12, 2017
1 parent 834ab50 commit c44c4d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/fuzzer.c
Expand Up @@ -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);
Expand Down

0 comments on commit c44c4d5

Please sign in to comment.