test: suppress warnings due to unused aliases

This commit is contained in:
Michele Caini
2024-03-13 16:33:39 +01:00
parent 231ff77283
commit 4e89acb2ef

View File

@@ -2083,7 +2083,6 @@ TYPED_TEST(SparseSet, CanModifyDuringIteration) {
TYPED_TEST(SparseSet, CustomAllocator) {
using entity_type = typename TestFixture::type;
using sparse_set_type = entt::basic_sparse_set<entity_type>;
for(const auto policy: this->deletion_policy) {
const test::throwing_allocator<entity_type> allocator{};
@@ -2137,7 +2136,6 @@ TYPED_TEST(SparseSet, CustomAllocator) {
TYPED_TEST(SparseSet, ThrowingAllocator) {
using entity_type = typename TestFixture::type;
using sparse_set_type = entt::basic_sparse_set<entity_type>;
using traits_type = entt::entt_traits<entity_type>;
for(const auto policy: this->deletion_policy) {