Parcourir la source

test: drop useless call to view::use

Michele Caini il y a 2 ans
Parent
commit
a12b99ad49
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  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;
     entt::registry registry;
     auto view = registry.view<stable_type>(entt::exclude<int>);
     auto view = registry.view<stable_type>(entt::exclude<int>);
 
 
-    view.use<stable_type>();
-
     const auto entity = registry.create();
     const auto entity = registry.create();
     const auto other = registry.create();
     const auto other = registry.create();