From ef8c8dbdc5e481b568456b59f5c2aaa207ae3e25 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 25 Apr 2021 19:16:35 +0100 Subject: Remove spare semi colons --- test/test-collection.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/test-collection.cpp b/test/test-collection.cpp index 3bccb78..1286733 100644 --- a/test/test-collection.cpp +++ b/test/test-collection.cpp @@ -33,9 +33,9 @@ public: using TestCollection = Collection; -BOOST_TEST_DONT_PRINT_LOG_VALUE(Collection::Objects::const_iterator); +BOOST_TEST_DONT_PRINT_LOG_VALUE(Collection::Objects::const_iterator) -BOOST_FIXTURE_TEST_SUITE(tc, TestCollection); +BOOST_FIXTURE_TEST_SUITE(tc, TestCollection) BOOST_AUTO_TEST_CASE(empty) { @@ -63,4 +63,4 @@ BOOST_AUTO_TEST_CASE(a_sub) BOOST_CHECK_EQUAL(*i, s); } -BOOST_AUTO_TEST_SUITE_END(); +BOOST_AUTO_TEST_SUITE_END() -- cgit v1.2.3