test: suppress warning due to unused variables

This commit is contained in:
Michele Caini
2022-03-08 09:46:51 +01:00
parent 8a350acf39
commit 0c1371ffae

View File

@@ -189,7 +189,6 @@ TEST(Dispatcher, NamedQueue) {
TEST(Dispatcher, CustomAllocator) {
std::allocator<char> allocator;
entt::dispatcher dispatcher{allocator};
receiver receiver;
ASSERT_EQ(dispatcher.get_allocator(), allocator);
ASSERT_FALSE(dispatcher.get_allocator() != allocator);