From 56cca3719999a35112c34e2181060ce1e15a5f7f Mon Sep 17 00:00:00 2001 From: Kshitij Bansal Date: Tue, 27 May 2014 16:16:55 -0400 Subject: update stats_black --- test/unit/util/stats_black.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/unit/util/stats_black.h b/test/unit/util/stats_black.h index 1367a62c1..02daf8066 100644 --- a/test/unit/util/stats_black.h +++ b/test/unit/util/stats_black.h @@ -90,7 +90,7 @@ public: TS_ASSERT_EQUALS(sstr.str(), "100"); sstr.str(""); sTimer.flushInformation(sstr); - TS_ASSERT_EQUALS(sstr.str(), "0.00000000"); + TS_ASSERT_EQUALS(sstr.str(), "0.000000000"); sTimer.start(); timespec zero = { 0, 0 }; -- cgit v1.2.3