More tests for primitives.

This commit is contained in:
Bob Nystrom
2013-10-28 06:53:51 -07:00
parent f5d9908346
commit db14c531b8
5 changed files with 20 additions and 1 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ def run_test(path):
# Display the results.
if len(fails) == 0:
passed += 1
print color.GREEN + 'PASS' + color.DEFAULT + ': ' + path
#print color.GREEN + 'PASS' + color.DEFAULT + ': ' + path
else:
failed += 1
print_line(color.RED + 'FAIL' + color.DEFAULT + ': ' + path)