Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1458 from WalterBright/STARTING
Browse files Browse the repository at this point in the history
add indication of which test is being started
  • Loading branch information
andralex committed Dec 31, 2015
2 parents 59ff0a4 + 589e5c2 commit 0968e10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test_runner.d
Expand Up @@ -29,6 +29,8 @@ 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

0 comments on commit 0968e10

Please sign in to comment.