diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-06-07 23:29:31 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-06-07 23:30:54 -0700 |
commit | 46b6e2a34915a6d5cf7b1b15b3d2c28f54e02622 (patch) | |
tree | 1a582c37460fada54b9f7612ccdeb2bdbaa6b7dc | |
parent | 17d3003df83fe65e75aef78918eb3da22fe6c4fa (diff) | |
download | mu-46b6e2a34915a6d5cf7b1b15b3d2c28f54e02622.tar.gz |
4255
-rw-r--r-- | 002test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/002test.cc b/002test.cc index 6a263358..817b0d47 100644 --- a/002test.cc +++ b/002test.cc @@ -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; |