Michele Caini 1 год назад
Родитель
Сommit
473a53d796
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      test/entt/entity/runtime_view.cpp

+ 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(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>());
 
     ASSERT_TRUE(view);