diff options
Diffstat (limited to 'source/app.d')
-rw-r--r-- | source/app.d | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/app.d b/source/app.d index 7dcabf4..5ddc383 100644 --- a/source/app.d +++ b/source/app.d @@ -141,8 +141,6 @@ int main(string[] args) { if (failures) { writefln("%d of %d integration tests failed!", failures, pkgs.length); - } else { - writefln("All integration tests passed!"); } } |