Ver Fonte

test: drop useless call to view::use

Michele Caini há 3 anos atrás
pai
commit
a12b99ad49
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      test/entt/entity/view.cpp

+ 0 - 2
test/entt/entity/view.cpp

@@ -1316,8 +1316,6 @@ TEST(MultiComponentView, StableTypeWithExcludedComponent) {
     entt::registry registry;
     auto view = registry.view<stable_type>(entt::exclude<int>);
 
-    view.use<stable_type>();
-
     const auto entity = registry.create();
     const auto other = registry.create();