We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8437082 + f0decc7 commit ae6badbCopy full SHA for ae6badb
src/test_runner.d
@@ -15,7 +15,7 @@ bool tester()
15
16
if (auto fp = getModuleInfo(name).unitTest)
17
{
18
- printf("Testing %.*s", cast(int)name.length, name.ptr);
+ printf("Testing %.*s:", cast(int)name.length, name.ptr);
19
20
try
21
0 commit comments