diff --git a/source/dub/dub.d b/source/dub/dub.d index 4e55f52..a4d9b4c 100644 --- a/source/dub/dub.d +++ b/source/dub/dub.d @@ -279,7 +279,7 @@ import std.stdio; import core.runtime; - void main() { writeln("All unit tests were successful."); } + void main() { writeln("All unit tests have been run successfully."); } shared static this() { version (Have_tested) { import tested;