diff options
author | lloyd <[email protected]> | 2014-01-01 00:46:02 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-01-01 00:46:02 +0000 |
commit | 22062aa7636e844621243d582ae4e2938d5a1f93 (patch) | |
tree | b15536fc1922f5136e01e84042a0f83551af35b4 /checks/check.cpp | |
parent | 0b11408316f7df4901535bb665631172d2d42fb0 (diff) |
Testier
Diffstat (limited to 'checks/check.cpp')
-rw-r--r-- | checks/check.cpp | 3 |
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; } |