test: code coverage

This commit is contained in:
Michele Caini
2022-11-08 15:41:43 +01:00
parent d5dc4f43ee
commit ea901cbfa0

View File

@@ -24,6 +24,10 @@ TEST(ToAddress, Functionalities) {
TEST(PoccaPocmaAndPocs, Functionalities) {
test::basic_test_allocator<int> lhs, rhs;
// code coverage purposes
ASSERT_FALSE(lhs == rhs);
// honestly, I don't even know how one is supposed to test such a thing :)
entt::propagate_on_container_copy_assignment(lhs, rhs);
entt::propagate_on_container_move_assignment(lhs, rhs);