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/utils/remote_execution/main-remote-execution.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/utils/remote_execution/main-remote-execution.cpp') diff --git a/test/utils/remote_execution/main-remote-execution.cpp b/test/utils/remote_execution/main-remote-execution.cpp index 703de7f4..7dd48d92 100644 --- a/test/utils/remote_execution/main-remote-execution.cpp +++ b/test/utils/remote_execution/main-remote-execution.cpp @@ -19,7 +19,8 @@ #include #include -#include "catch2/catch.hpp" +#include "catch2/catch_session.hpp" +#include "catch2/catch_test_macros.hpp" #include "src/buildtool/compatibility/compatibility.hpp" #include "src/buildtool/execution_api/remote/config.hpp" #include "src/buildtool/file_system/file_system_manager.hpp" -- cgit v1.2.3