start packed group
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user