about summary refs log tree commit diff stats
path: root/002test.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-06-07 23:29:31 -0700
committerKartik Agaram <vc@akkartik.com>2018-06-07 23:30:54 -0700
commit46b6e2a34915a6d5cf7b1b15b3d2c28f54e02622 (patch)
tree1a582c37460fada54b9f7612ccdeb2bdbaa6b7dc /002test.cc
parent17d3003df83fe65e75aef78918eb3da22fe6c4fa (diff)
downloadmu-46b6e2a34915a6d5cf7b1b15b3d2c28f54e02622.tar.gz
4255
Diffstat (limited to '002test.cc')
-rw-r--r--002test.cc2
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;