test: cleanup

This commit is contained in:
Michele Caini
2024-06-18 14:39:30 +02:00
parent 57a567629f
commit f49a405dce

View File

@@ -497,8 +497,8 @@ TYPED_TEST(SighMixin, ThrowingAllocator) {
typename storage_type::base_type &base = pool;
registry_type registry;
constexpr auto packed_page_size = entt::component_traits<typename storage_type::element_type>::page_size;
constexpr auto sparse_page_size = entt::entt_traits<typename storage_type::entity_type>::page_size;
constexpr auto packed_page_size = entt::component_traits<value_type>::page_size;
constexpr auto sparse_page_size = entt::entt_traits<entt::entity>::page_size;
std::size_t on_construct{};
std::size_t on_destroy{};