Explorar o código

test: get rid of inconsistent line (close #741)

Michele Caini %!s(int64=4) %!d(string=hai) anos
pai
achega
78d9e71888
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      test/entt/entity/helper.cpp

+ 0 - 1
test/entt/entity/helper.cpp

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