aboutsummaryrefslogtreecommitdiffstats
path: root/checks/check.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-01-01 00:46:02 +0000
committerlloyd <[email protected]>2014-01-01 00:46:02 +0000
commit22062aa7636e844621243d582ae4e2938d5a1f93 (patch)
treeb15536fc1922f5136e01e84042a0f83551af35b4 /checks/check.cpp
parent0b11408316f7df4901535bb665631172d2d42fb0 (diff)
Testier
Diffstat (limited to 'checks/check.cpp')
-rw-r--r--checks/check.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/checks/check.cpp b/checks/check.cpp
index c45256e89..cdd64b20e 100644
--- a/checks/check.cpp
+++ b/checks/check.cpp
@@ -110,8 +110,7 @@ int run_tests()
if(errors)
{
- std::cout << errors << " test" << ((errors == 1) ? "" : "s")
- << " failed." << std::endl;
+ std::cout << errors << " test failures\n";
return 1;
}