diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-10-07 07:17:01 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-10-07 11:36:04 -0700 |
commit | aad793666b9a5393ed258e35ae47fc5982de3531 (patch) | |
tree | d5c38d7deda64da1f3ab0dedfbae29794a0451cc /science/dimod/files/patch-testscpp_test__main.cpp | |
parent | cad/yosys: Update 0.21 -> 0.22 (diff) |
science/dimod: Update 0.11.5 -> 0.11.6
Reported by: portscout
Diffstat (limited to 'science/dimod/files/patch-testscpp_test__main.cpp')
-rw-r--r-- | science/dimod/files/patch-testscpp_test__main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/dimod/files/patch-testscpp_test__main.cpp b/science/dimod/files/patch-testscpp_test__main.cpp index bb485e158894..3dcb5a17fc5d 100644 --- a/science/dimod/files/patch-testscpp_test__main.cpp +++ b/science/dimod/files/patch-testscpp_test__main.cpp @@ -1,8 +1,8 @@ ---- testscpp/test_main.cpp.orig 2022-08-27 15:45:50 UTC +--- testscpp/test_main.cpp.orig 2022-10-05 22:19:20 UTC +++ testscpp/test_main.cpp @@ -1,5 +1,5 @@ #define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do this in one cpp file --#include "Catch2/single_include/catch2/catch.hpp" +-#include "catch2/catch.hpp" +#include <catch2/catch.hpp> /* |