test: get rid of inconsistent line (close #741)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user