diff --git a/test/lib/registry/plugin/main.cpp b/test/lib/registry/plugin/main.cpp index b9b3d1452..b9387777e 100644 --- a/test/lib/registry/plugin/main.cpp +++ b/test/lib/registry/plugin/main.cpp @@ -8,9 +8,9 @@ TEST(Lib, Registry) { entt::registry registry; - for(auto i = 0; i < 3; ++i) { - registry.emplace(registry.create(), i, i); - } + registry.emplace(registry.create(), 0, 0); + registry.emplace(registry.create(), 1, 1); + registry.emplace(registry.create(), 2, 2); cr_plugin ctx; cr_plugin_load(ctx, PLUGIN);