1
0
Michele Caini 1 жил өмнө
parent
commit
473a53d796

+ 0 - 4
test/entt/entity/runtime_view.cpp

@@ -33,10 +33,6 @@ TYPED_TEST(RuntimeView, Functionalities) {
     ASSERT_FALSE(view.contains(e0));
     ASSERT_FALSE(view.contains(e0));
     ASSERT_FALSE(view.contains(e1));
     ASSERT_FALSE(view.contains(e1));
 
 
-    // forces the creation of the pools
-    static_cast<void>(registry.storage<int>());
-    static_cast<void>(registry.storage<char>());
-
     view.iterate(registry.storage<int>()).iterate(registry.storage<char>());
     view.iterate(registry.storage<int>()).iterate(registry.storage<char>());
 
 
     ASSERT_TRUE(view);
     ASSERT_TRUE(view);