Skip to content

Commit

Permalink
Slight test expansion.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaykrell committed Jan 28, 2023
1 parent 4fc36da commit e4b54a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions radix_sort.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,6 @@ int main(int argc, char** argv)
assert(sorted.size() == 7);
}

if (chatGpt)
{
printf("\nline:%d\n", __LINE__);
constexpr int Base = 2;
Expand All @@ -581,7 +580,6 @@ int main(int argc, char** argv)
assert(sorted.size() == 7);
}

if (chatGpt)
{
printf("\nline:%d\n", __LINE__);
constexpr int Base = 3;
Expand Down

0 comments on commit e4b54a2

Please sign in to comment.