openbsd-ports/emulators/citra/patches/patch-src_tests_core_arm_dyncom_arm_dyncom_vfp_tests_cpp
2022-03-11 18:59:33 +00:00

22 lines
586 B
Plaintext

fix include path
Index: src/tests/core/arm/dyncom/arm_dyncom_vfp_tests.cpp
--- src/tests/core/arm/dyncom/arm_dyncom_vfp_tests.cpp.orig
+++ src/tests/core/arm/dyncom/arm_dyncom_vfp_tests.cpp
@@ -2,7 +2,7 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
-#include <catch.hpp>
+#include <catch2/catch.hpp>
#include "core/arm/dyncom/arm_dyncom.h"
#include "core/core_timing.h"
@@ -47,4 +47,4 @@ TEST_CASE("ARM_DynCom (vfp): vadd", "[arm_dyncom]") {
}
}
-} // namespace ArmTests
\ No newline at end of file
+} // namespace ArmTests