This commit is contained in:
Kartik Agaram 2018-06-07 23:29:31 -07:00
parent 17d3003df8
commit 46b6e2a349
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ if (Run_tests) {
time_t t; time(&t);
cerr << "C tests: " << ctime(&t);
for (size_t i=0; i < sizeof(Tests)/sizeof(Tests[0]); ++i) {
//? cerr << "running .build/test_list line " << (i+1) << '\n';
//? cerr << "running " << Test_names[i] << '\n';
run_test(i);
if (Passed) cerr << '.';
else ++num_failures;