test: fix test module name

This commit is contained in:
ToruNiina 2019-06-22 16:58:21 +09:00
parent 1e8af710a0
commit 3fcb6bb20d

View File

@ -1,4 +1,4 @@
#define BOOST_TEST_MODULE "test_get"
#define BOOST_TEST_MODULE "test_get_or"
#ifdef UNITTEST_FRAMEWORK_LIBRARY_EXIST
#include <boost/test/unit_test.hpp>
#else