Skip to content

Commit

Permalink
retry test
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGAzed committed Dec 29, 2024
1 parent cfebfa5 commit af5858d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/binary_set/infinite_realloc_binary_set.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ TEST IRBS_02(void) {
printf("%d ", united.elements[i].sub_one);
}
for (int i = 0; i < (REALLOC_BINARY_SET_CHUNK - 1) * 3; ++i) {
printf("%d ", united.elements[i].sub_one);
ASSERTm("[IRBS-ERROR] expected set to contain i", contains_binary_set(united, (BINARY_SET_DATA_TYPE) { .sub_one = i, }));
}

Expand Down

0 comments on commit af5858d

Please sign in to comment.