Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Hannan committed Oct 7, 2024
1 parent ece3093 commit 6a55e9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vol-3-sort-and-search/test/distribution_count_sort.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ TEST(distribution_count_tests, single_elem) {
}

TEST(distribution_count_tests, two_elems) {
int K[] = {1, 0};
unsigned int K[] = {0, 0};
unsigned int S[] = {0, 0};
unsigned int S_exp[] = {0, 0};
Expand Down

0 comments on commit 6a55e9e

Please sign in to comment.