tests: update catch2 to 3.0.1

This commit is contained in:
Alexandre Bouvier 2023-01-05 03:38:38 +01:00
parent b78328f19a
commit d0fe27708e
17 changed files with 16 additions and 25 deletions

View file

@ -5,7 +5,7 @@
#include <array>
#include <cstring>
#include <span>
#include <catch2/catch.hpp>
#include <catch2/catch_test_macros.hpp>
#include "common/common_types.h"
#include "common/scratch_buffer.h"