summaryrefslogtreecommitdiff
path: root/test/test-bitset.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-08-30 13:57:52 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-08-30 13:57:52 +0100
commit3c22041ee8dd450ce446620eb559a07e34f44343 (patch)
tree91479064d44f98464334b7ebc576e82d18fcb86d /test/test-bitset.cpp
parentAdd -Wold-style-cast (diff)
downloadmygrate-3c22041ee8dd450ce446620eb559a07e34f44343.tar.bz2
mygrate-3c22041ee8dd450ce446620eb559a07e34f44343.tar.xz
mygrate-3c22041ee8dd450ce446620eb559a07e34f44343.zip
Add -Wpedantic
Diffstat (limited to 'test/test-bitset.cpp')
-rw-r--r--test/test-bitset.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-bitset.cpp b/test/test-bitset.cpp
index 02b3893..c750b48 100644
--- a/test/test-bitset.cpp
+++ b/test/test-bitset.cpp
@@ -11,7 +11,7 @@
using namespace MyGrate;
// LCOV_EXCL_START
-BOOST_TEST_DONT_PRINT_LOG_VALUE(BitSet::Iterator);
+BOOST_TEST_DONT_PRINT_LOG_VALUE(BitSet::Iterator)
// LCOV_EXCL_STOP
BOOST_AUTO_TEST_CASE(bitset)