From df9d40540bd6c252ae4b021227e3390bf7f3fb41 Mon Sep 17 00:00:00 2001 From: lisyarus Date: Mon, 9 Jan 2023 20:49:50 +0300 Subject: [PATCH] Fix tests logging --- tools/test/source/main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/test/source/main.cpp b/tools/test/source/main.cpp index b97d75f9..5c11f1c8 100644 --- a/tools/test/source/main.cpp +++ b/tools/test/source/main.cpp @@ -55,6 +55,9 @@ namespace psemek::test { messages.push_back({msg.level, std::string(msg.message)}); } + + void flush() override + {} }; }