From e3691b6319e3bd47127cfbd310e220921aa66de0 Mon Sep 17 00:00:00 2001 From: Andres Notzli Date: Sat, 13 May 2017 16:09:58 -0700 Subject: Fix out-of-bounds access in test --- test/unit/util/stats_black.h | 1 - 1 file changed, 1 deletion(-) (limited to 'test/unit') diff --git a/test/unit/util/stats_black.h b/test/unit/util/stats_black.h index 9f06b469f..c63648581 100644 --- a/test/unit/util/stats_black.h +++ b/test/unit/util/stats_black.h @@ -172,7 +172,6 @@ public: "true\n" "[(0 : 1), (5 : 2), (6 : 1), (10 : 2)]\n" ""; - std::cout << buf << std::endl; TS_ASSERT(strncmp(expected, buf, file_size) == 0); delete[] buf; -- cgit v1.2.3