diff --git a/test/type_index_constexpr_test.cpp b/test/type_index_constexpr_test.cpp index acc55e9..f80fca7 100644 --- a/test/type_index_constexpr_test.cpp +++ b/test/type_index_constexpr_test.cpp @@ -12,8 +12,6 @@ #include #include -#define BOOST_TEST_LE(x, y) BOOST_TEST(x <= y) -#define BOOST_TEST_GE(x, y) BOOST_TEST(x >= y) const char* hello1 = "Hello word"; const char* hello1_end = hello1 + sizeof("Hello word"); diff --git a/test/type_index_test.cpp b/test/type_index_test.cpp index b7925d2..fba6ca1 100644 --- a/test/type_index_test.cpp +++ b/test/type_index_test.cpp @@ -10,9 +10,6 @@ #include #include -#define BOOST_TEST_LE(x, y) BOOST_TEST(x <= y) -#define BOOST_TEST_GE(x, y) BOOST_TEST(x >= y) - namespace my_namespace1 { class my_class{};