aboutsummaryrefslogtreecommitdiff
path: root/dejagnu.h
diff options
context:
space:
mode:
Diffstat (limited to 'dejagnu.h')
-rw-r--r--dejagnu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dejagnu.h b/dejagnu.h
index 49923b2..cdb6c61 100644
--- a/dejagnu.h
+++ b/dejagnu.h
@@ -262,6 +262,7 @@ class TestState {
void totals (void)
{
+ std::cout << std::endl << "Totals:" << std::endl;
std::cout << "\t#passed:\t\t" << passed << std::endl;
std::cout << "\t#real failed:\t\t" << failed << std::endl;
if (xfailed)