Showing with 0 additions and 2 deletions.
  1. +0 −2 src/test_runner.d
2 changes: 0 additions & 2 deletions src/test_runner.d
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ bool tester()
try
{
immutable t0 = MonoTime.currTime;
printf("STARTING %.*s\n",
cast(uint)name.length, name.ptr);
fp();
printf("%.3fs PASS %.*s %.*s\n",
(MonoTime.currTime - t0).total!"msecs" / 1000.0,
Expand Down