diff options
author | Merry <[email protected]> | 2022-12-31 16:26:55 +0000 |
---|---|---|
committer | Merry <[email protected]> | 2022-12-31 17:28:34 +0000 |
commit | 31a684361fb1bd1c1f03f3d833d7630b5b8d47b5 (patch) | |
tree | d7f251d1e7b1c36157ef78eafa9bd55966700e58 /tests/A32/test_thumb_instructions.cpp | |
parent | f397c4434f52836dddd4c08becf5a8e40228bcf1 (diff) | |
download | dynarmic-31a684361fb1bd1c1f03f3d833d7630b5b8d47b5.tar.gz dynarmic-31a684361fb1bd1c1f03f3d833d7630b5b8d47b5.zip |
tests: Update to Catch2 v3
Diffstat (limited to 'tests/A32/test_thumb_instructions.cpp')
-rw-r--r-- | tests/A32/test_thumb_instructions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/A32/test_thumb_instructions.cpp b/tests/A32/test_thumb_instructions.cpp index 6ed59e25..dda0fc46 100644 --- a/tests/A32/test_thumb_instructions.cpp +++ b/tests/A32/test_thumb_instructions.cpp @@ -3,7 +3,7 @@ * SPDX-License-Identifier: 0BSD */ -#include <catch2/catch.hpp> +#include <catch2/catch_test_macros.hpp> #include <mcl/stdint.hpp> #include "./testenv.h" |