Skip to content

Commit

Permalink
Fix testsuite results
Browse files Browse the repository at this point in the history
  • Loading branch information
davschneller committed Jul 12, 2024
1 parent 470d891 commit b8030a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testsuite_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
printf("\\n%i out of %lu test successful!\\n", correct, results.size());
return 0 ? correct == results.size() : 1;
return correct == results.size() ? 0 : 1;
}
"""

Expand Down

0 comments on commit b8030a4

Please sign in to comment.