diff options
author | Alexandre Bouvier <contact@amb.tf> | 2023-01-05 03:38:38 +0100 |
---|---|---|
committer | Alexandre Bouvier <contact@amb.tf> | 2023-01-05 04:58:31 +0100 |
commit | d0fe27708edf976f1aad25064a2dcdc6cb887ec1 (patch) | |
tree | e90141cd9e42f18769a34aee4e9f80f9b9a8f084 /src/tests/core | |
parent | b78328f19a54964ef6874281d1a4d6b6ad1c34d9 (diff) |
tests: update catch2 to 3.0.1
Diffstat (limited to 'src/tests/core')
-rw-r--r-- | src/tests/core/core_timing.cpp | 2 | ||||
-rw-r--r-- | src/tests/core/internal_network/network.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/core/core_timing.cpp b/src/tests/core/core_timing.cpp index 284b2ae66..f08afbf9a 100644 --- a/src/tests/core/core_timing.cpp +++ b/src/tests/core/core_timing.cpp @@ -1,7 +1,7 @@ // SPDX-FileCopyrightText: 2016 Dolphin Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later -#include <catch2/catch.hpp> +#include <catch2/catch_test_macros.hpp> #include <array> #include <bitset> diff --git a/src/tests/core/internal_network/network.cpp b/src/tests/core/internal_network/network.cpp index 164b0ff24..10ddd8b42 100644 --- a/src/tests/core/internal_network/network.cpp +++ b/src/tests/core/internal_network/network.cpp @@ -1,7 +1,7 @@ // SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later -#include <catch2/catch.hpp> +#include <catch2/catch_test_macros.hpp> #include "core/internal_network/network.h" #include "core/internal_network/sockets.h" |