diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2023-03-15 13:02:35 +0100 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2023-03-15 14:36:44 +0100 |
commit | e73494c2342ef83c35c404a5bab306aac828770c (patch) | |
tree | 89cf80a176b1ea0729085879988cd1974d0e5fbd /test/main.cpp | |
parent | 73c00a4820097588c2dc0bd9a89d34a65de0084b (diff) | |
download | justbuild-e73494c2342ef83c35c404a5bab306aac828770c.tar.gz |
catch2: bump to version 3.3.2
tests have been updated accordingly
Diffstat (limited to 'test/main.cpp')
-rw-r--r-- | test/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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 { |