Files
ports/science/dimod/files/patch-testscpp_test__main.cpp
Yuri Victorovich aad793666b science/dimod: Update 0.11.5 -> 0.11.6
Reported by:	portscout
2022-10-07 11:36:04 -07:00

10 lines
361 B
C++

--- 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/catch.hpp"
+#include <catch2/catch.hpp>
/*
The purpose of this file is to include Catch's main(). Tests can be found inside tests directory.