tests: Update to Catch2 v3

This commit is contained in:
Merry 2022-12-31 16:26:55 +00:00
parent f397c4434f
commit 31a684361f
22 changed files with 24 additions and 31 deletions

View file

@ -11,7 +11,7 @@
#include <type_traits>
#include <vector>
#include <catch2/catch.hpp>
#include <catch2/catch_test_macros.hpp>
#include <mcl/bit/bit_count.hpp>
#include <mcl/bit/swap.hpp>
#include <mcl/scope_exit.hpp>