Kaynağa Gözat

test: minor changes

Michele Caini 3 yıl önce
ebeveyn
işleme
06d1d23273
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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>());