test: cleanup

This commit is contained in:
Michele Caini
2024-05-11 12:22:35 +02:00
parent 9edeb731f5
commit 2a86b8fe08

View File

@@ -6,14 +6,6 @@
#include "../../../common/boxed_type.h"
#include "../../../common/listener.h"
struct listener {
void on(test::boxed_int msg) {
value = msg.value;
}
int value{};
};
TEST(Lib, Dispatcher) {
entt::dispatcher dispatcher;
test::listener<test::boxed_int> listener;