Add tests to regression tests for dict

This commit is contained in:
Sen Huang
2021-03-25 10:39:08 -07:00
parent f8ac0ea7ef
commit 1cadf86b39
3 changed files with 635 additions and 32 deletions
+1 -1
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,