summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Notzli <andres.noetzli@gmail.com>2017-05-13 16:09:58 -0700
committerAndres Notzli <andres.noetzli@gmail.com>2017-05-13 16:09:58 -0700
commite3691b6319e3bd47127cfbd310e220921aa66de0 (patch)
tree8ff44321a8329aeb98229380822c481ee034d1a4
parent31681c7ff2a1469f5efc325fc1b3a406e3a85949 (diff)
Fix out-of-bounds access in test
-rw-r--r--test/unit/util/stats_black.h1
1 files changed, 0 insertions, 1 deletions
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"
"<unsupported>";
- std::cout << buf << std::endl;
TS_ASSERT(strncmp(expected, buf, file_size) == 0);
delete[] buf;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback