]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
fixing symbol.c test
authorYann Collet <cyan@fb.com>
Fri, 19 May 2017 18:27:43 +0000 (11:27 -0700)
committerYann Collet <cyan@fb.com>
Fri, 19 May 2017 18:27:43 +0000 (11:27 -0700)
I believe it would be better to rely on fuzzer tests compiled with dll

tests/symbols.c

index ade3aa02ccbacc66b8240ae9198ffbdeac2ff28f..5139a6548ef1a027a64107edbf1559cc1b8981b7 100644 (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,