Merge pull request #9555 from abouvier/catch2-update

tests: update catch2 to 3.0.1
This commit is contained in:
liamwhite 2023-01-22 18:22:47 -05:00 committed by GitHub
commit f99f618d45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 24 additions and 29 deletions

View file

@ -4,7 +4,7 @@
#include <stdexcept>
#include <unordered_map>
#include <catch2/catch.hpp>
#include <catch2/catch_test_macros.hpp>
#include "common/alignment.h"
#include "common/common_types.h"