diff options
| author | 2023-01-05 03:38:38 +0100 | |
|---|---|---|
| committer | 2023-01-05 04:58:31 +0100 | |
| commit | d0fe27708edf976f1aad25064a2dcdc6cb887ec1 (patch) | |
| tree | e90141cd9e42f18769a34aee4e9f80f9b9a8f084 /src/tests/input_common/calibration_configuration_job.cpp | |
| parent | Merge pull request #9501 from FernandoS27/yfc-rel-2 (diff) | |
| download | yuzu-d0fe27708edf976f1aad25064a2dcdc6cb887ec1.tar.gz yuzu-d0fe27708edf976f1aad25064a2dcdc6cb887ec1.tar.xz yuzu-d0fe27708edf976f1aad25064a2dcdc6cb887ec1.zip | |
tests: update catch2 to 3.0.1
Diffstat (limited to 'src/tests/input_common/calibration_configuration_job.cpp')
| -rw-r--r-- | src/tests/input_common/calibration_configuration_job.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/input_common/calibration_configuration_job.cpp b/src/tests/input_common/calibration_configuration_job.cpp index e5f698886..516ff1b30 100644 --- a/src/tests/input_common/calibration_configuration_job.cpp +++ b/src/tests/input_common/calibration_configuration_job.cpp | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | #include <thread> | 6 | #include <thread> |
| 7 | #include <boost/asio.hpp> | 7 | #include <boost/asio.hpp> |
| 8 | #include <boost/crc.hpp> | 8 | #include <boost/crc.hpp> |
| 9 | #include <catch2/catch.hpp> | 9 | #include <catch2/catch_test_macros.hpp> |
| 10 | 10 | ||
| 11 | #include "input_common/drivers/udp_client.h" | 11 | #include "input_common/drivers/udp_client.h" |
| 12 | #include "input_common/helpers/udp_protocol.h" | 12 | #include "input_common/helpers/udp_protocol.h" |