From e73494c2342ef83c35c404a5bab306aac828770c Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Wed, 15 Mar 2023 13:02:35 +0100 Subject: catch2: bump to version 3.3.2 tests have been updated accordingly --- test/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/main.cpp') diff --git a/test/main.cpp b/test/main.cpp index 0bcae614..c93583f2 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -12,8 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#define CATCH_CONFIG_RUNNER -#include "catch2/catch.hpp" +#include "catch2/catch_session.hpp" #include "test/utils/logging/log_config.hpp" auto main(int argc, char* argv[]) -> int { -- cgit v1.2.3