|
|
@@ -65,7 +65,6 @@ TEST(Helper, ToEntity) {
|
|
|
ASSERT_EQ(entt::to_entity(registry, registry.get<int>(next)), next);
|
|
|
|
|
|
ASSERT_EQ(®istry.get<int>(entity) + ENTT_PACKED_PAGE - 1u, ®istry.get<int>(other));
|
|
|
- ASSERT_NE(®istry.get<int>(entity) + ENTT_PACKED_PAGE, ®istry.get<int>(next));
|
|
|
|
|
|
registry.destroy(other);
|
|
|
|