mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
[run.d] add space between commands for failed unittest (#20628)
This commit is contained in:
parent
da1b69af37
commit
9c4694fc11
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ Options:
|
|||
{
|
||||
const string name = target.filename
|
||||
? target.normalizedTestName
|
||||
: "`unit` tests: " ~ (cast(string)unitTestRunnerCommand) ~ join(target.args, " ");
|
||||
: "`unit` tests: " ~ (cast(string)unitTestRunnerCommand) ~ " " ~ join(target.args, " ");
|
||||
|
||||
writeln(">>> TARGET FAILED: ", name);
|
||||
synchronized failedTargets ~= name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue