1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-03 18:06:32 -05:00

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
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"