Skip to content

Commit

Permalink
Fix lapsus
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgmbb committed Feb 14, 2025
1 parent ab6d18a commit c3abf47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/bloat-buster/bb.c
Original file line number Diff line number Diff line change
Expand Up @@ -5063,7 +5063,7 @@ int main(int argc, char** argv, char** envp)

int result = 0;

if (!BB_CI)
if (BB_CI)
{
TestDataset dataset = construct_test_cases();
EncodingTestOptions options = {
Expand Down

0 comments on commit c3abf47

Please sign in to comment.