start packed group

This commit is contained in:
2022-02-24 05:51:04 +02:00
committed by Motiejus Jakštys
parent 3bf1b3fc01
commit b924e3a935
5 changed files with 21 additions and 9 deletions

View File

@@ -59,7 +59,7 @@ test "basic pack/unpack" {
var used: [items_len]bool = undefined;
inline for (items) |elem| {
const hashed = try bdz.search_packed(buf, elem);
const hashed = try bdz.search(buf, elem);
used[hashed] = true;
}