summaryrefslogtreecommitdiff
path: root/test/unit/util
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/util')
-rw-r--r--test/unit/util/listener_black.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/util/listener_black.h b/test/unit/util/listener_black.h
index 5319eacd1..b9ce7a3f7 100644
--- a/test/unit/util/listener_black.h
+++ b/test/unit/util/listener_black.h
@@ -100,6 +100,7 @@ public:
TS_ASSERT(collection->empty());
std::string expected[4] = {"a", "b", "c", "c"};
TS_ASSERT_EQUALS(d_events, mkMultiset(expected, 4));
+ TS_ASSERT_THROWS_NOTHING( delete collection );
}
void testRegisterMiddleTearDown() {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback