Skip to content

Commit

Permalink
BX_1 is an array not a bitset. (Bug in the unit test, not in the libr…
Browse files Browse the repository at this point in the history
…ary).
  • Loading branch information
lemire committed Sep 12, 2016
1 parent 757f2ef commit 3464687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mixed_container_unit.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ void array_bitset_ixor_test() {
bitset_container_free(B1copy);
bitset_container_free(B2);
bitset_container_free(BX);
bitset_container_free(BX_1);
array_container_free(BX_1);
}

void array_bitset_iandnot_test() {
Expand Down

0 comments on commit 3464687

Please sign in to comment.