Michele Caini пре 3 година
родитељ
комит
06d1d23273
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      test/entt/entity/runtime_view.cpp

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

@@ -271,6 +271,7 @@ TYPED_TEST(RuntimeView, Each) {
     const auto other = registry.create();
     const auto other = registry.create();
 
 
     registry.emplace<int>(entity);
     registry.emplace<int>(entity);
+    registry.emplace<char>(entity);
     registry.emplace<char>(other);
     registry.emplace<char>(other);
 
 
     view.iterate(registry.storage<int>()).iterate(registry.storage<char>());
     view.iterate(registry.storage<int>()).iterate(registry.storage<char>());