]> git.ipfire.org Git - thirdparty/zstd.git/commit
[tests] Remove deprecated function from longmatch.c test 3395/head
authorNick Terrell <terrelln@fb.com>
Thu, 22 Dec 2022 01:48:24 +0000 (17:48 -0800)
committerNick Terrell <terrelln@fb.com>
Thu, 22 Dec 2022 01:52:10 +0000 (17:52 -0800)
commit4b40e405d355f67cac166db8fdd901c34b9a228e
tree396de00a1c7ff1a53fe24a26baea51b18e095909
parent7607b96ed953248a439dbcdcbda702201e194a16
[tests] Remove deprecated function from longmatch.c test

Thanks to @eli-schwartz for pointing it out!

We should maybe consider adding a helper function for applying
`ZSTD_parameters` and `ZSTD_compressionParameters` to a context.
That would aid the transition to the new API in situations like this.
tests/longmatch.c