fixed test

This commit is contained in:
Michele Caini
2019-03-12 00:09:59 +01:00
parent a62471b9b8
commit 0d22da672d

View File

@@ -489,7 +489,7 @@ TEST(Benchmark, IterateThreeComponents1MOne) {
TEST(Benchmark, IterateThreeComponentsNonOwningGroup1M) {
entt::registry<> registry;
registry.group<>(entt::get<position, velocity>);
registry.group<>(entt::get<position, velocity, comp<0>>);
std::cout << "Iterating over 1000000 entities, three components, non owning group" << std::endl;