Fixed test cases collecting

This commit is contained in:
Kyler Olsen 2025-11-12 11:10:32 -07:00
parent 2c550c4662
commit d480321014
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if __name__ == "__main__":
# Generate tests # Generate tests
tests = [] tests = []
tests.append(generate_integer_literal_tests()) tests += generate_integer_literal_tests()
# Print summary # Print summary
print(f"Generated {len(tests)} test cases") print(f"Generated {len(tests)} test cases")