From: Yann Collet Date: Fri, 19 May 2017 18:27:43 +0000 (-0700) Subject: fixing symbol.c test X-Git-Tag: v1.3.0~1^2~17^2~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60a557e7fd597142e9221b50c90c6fe4af7776e8;p=thirdparty%2Fzstd.git fixing symbol.c test I believe it would be better to rely on fuzzer tests compiled with dll --- diff --git a/tests/symbols.c b/tests/symbols.c index ade3aa02c..5139a6548 100644 --- a/tests/symbols.c +++ b/tests/symbols.c @@ -95,7 +95,7 @@ static const void *symbols[] = { &ZSTD_nextSrcSizeToDecompress, &ZSTD_decompressContinue, &ZSTD_nextInputType, - &ZSTD_getBlockSizeMax, + &ZSTD_getBlockSize, &ZSTD_compressBlock, &ZSTD_decompressBlock, &ZSTD_insertBlock,