Skip to content

Commit

Permalink
Fixup: test case reference to renamed field
Browse files Browse the repository at this point in the history
Signed-off-by: Viktor Söderqvist <[email protected]>
  • Loading branch information
zuiderkwast committed Oct 20, 2024
1 parent b5f61df commit 5129254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unit/test_hashset.c
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ int test_safe_iterator(int argc, char **argv, int flags) {
if (j < 0 || j >= count * 2) {
printf("Element %ld returned, max == %ld. Num returned: %ld\n", j, count * 2 - 1, num_returned);
printf("Safe %d, table %d, index %lu, pos in bucket %d, rehashing? %d\n", iter.safe, iter.table, iter.index,
iter.posInBucket, !hashsetIsRehashing(s));
iter.pos_in_bucket, !hashsetIsRehashing(s));
hashsetHistogram(s);
exit(1);
}
Expand Down

0 comments on commit 5129254

Please sign in to comment.