1
0
mirror of https://github.com/facebook/zstd.git synced 2025-03-07 01:10:04 +02:00

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_decompressContinue,
&ZSTD_nextInputType,
&ZSTD_getBlockSizeMax,
&ZSTD_getBlockSize,
&ZSTD_compressBlock,
&ZSTD_decompressBlock,
&ZSTD_insertBlock,