Browse Source

test: minor changes

Michele Caini 4 years ago
parent
commit
06d1d23273
1 changed files with 1 additions and 0 deletions
  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>());