diff options
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 { |