Explorar el Código

test: minor changes

Michele Caini hace 3 años
padre
commit
06d1d23273
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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();
 
     registry.emplace<int>(entity);
+    registry.emplace<char>(entity);
     registry.emplace<char>(other);
 
     view.iterate(registry.storage<int>()).iterate(registry.storage<char>());