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:
@ -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,
|
||||
|
Reference in New Issue
Block a user