summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-08-27 20:20:41 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-08-27 20:20:41 +0100
commita82f2f0fb656372105654ec2d8775cf1a4405ba4 (patch)
tree610db7342e5c5cc3c50530d275f51bc5c797d8be
parentFix parsing of year type (diff)
downloadmygrate-a82f2f0fb656372105654ec2d8775cf1a4405ba4.tar.bz2
mygrate-a82f2f0fb656372105654ec2d8775cf1a4405ba4.tar.xz
mygrate-a82f2f0fb656372105654ec2d8775cf1a4405ba4.zip
Fix Misc test module name
-rw-r--r--test/test-misc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-misc.cpp b/test/test-misc.cpp
index 6452050..f519dda 100644
--- a/test/test-misc.cpp
+++ b/test/test-misc.cpp
@@ -1,4 +1,4 @@
-#define BOOST_TEST_MODULE BitSet
+#define BOOST_TEST_MODULE Misc
#include <boost/test/data/test_case.hpp>
#include <boost/test/unit_test.hpp>