diff --git a/test/test_cpp20.cpp b/test/test_cpp20.cpp index 46b2e604..5a5698af 100644 --- a/test/test_cpp20.cpp +++ b/test/test_cpp20.cpp @@ -260,9 +260,7 @@ TEST_CASE("test xml") { CHECK(alias_names[1].second == "Y"); CHECK(st_name == "point"); - constexpr auto map1 = ylt::reflection::get_member_names(); constexpr auto name1 = ylt::reflection::get_struct_name(); - static_assert(map1.size() == 0); static_assert(name1 == "int"); point_t1 t{1, 3};