test: restore compatibility with older Catch2 releases

This commit is contained in:
Aleksei Bavshin
2024-02-19 16:49:27 -08:00
parent d59d6e8765
commit 5d6acfd1d4
4 changed files with 4 additions and 5 deletions

View File

@ -4,7 +4,6 @@
#if __has_include(<catch2/catch_test_macros.hpp>)
#include <catch2/catch_test_macros.hpp>
#include <catch2/matchers/catch_matchers_all.hpp>
#else
#include <catch2/catch.hpp>
#endif