fixing symbol.c test

I believe it would be better to rely on fuzzer tests compiled with dll
This commit is contained in:
Yann Collet 2017-05-19 11:27:43 -07:00
parent 334a288d0d
commit 60a557e7fd

View File

@ -95,7 +95,7 @@ static const void *symbols[] = {
&ZSTD_nextSrcSizeToDecompress, &ZSTD_nextSrcSizeToDecompress,
&ZSTD_decompressContinue, &ZSTD_decompressContinue,
&ZSTD_nextInputType, &ZSTD_nextInputType,
&ZSTD_getBlockSizeMax, &ZSTD_getBlockSize,
&ZSTD_compressBlock, &ZSTD_compressBlock,
&ZSTD_decompressBlock, &ZSTD_decompressBlock,
&ZSTD_insertBlock, &ZSTD_insertBlock,