1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

Add tests to regression tests for dict

This commit is contained in:
Sen Huang
2021-03-24 17:16:49 -07:00
parent f8ac0ea7ef
commit 1cadf86b39
3 changed files with 635 additions and 32 deletions

View File

@ -651,7 +651,7 @@ method_t const old_streaming_advanced = {
};
method_t const old_streaming_cdict = {
.name = "old streaming cdcit",
.name = "old streaming cdict",
.create = buffer_state_create,
.compress = old_streaming_compress_cdict,
.destroy = buffer_state_destroy,