From d654bb059f90c086625a31ce15747f8418cd4bd5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 27 Aug 2022 14:54:15 +0100 Subject: gentoo auto-resync : 27:08:2022 - 14:54:15 --- .../files/doctest-2.4.6-remove-unused-bla2.patch | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 dev-cpp/doctest/files/doctest-2.4.6-remove-unused-bla2.patch (limited to 'dev-cpp/doctest/files/doctest-2.4.6-remove-unused-bla2.patch') diff --git a/dev-cpp/doctest/files/doctest-2.4.6-remove-unused-bla2.patch b/dev-cpp/doctest/files/doctest-2.4.6-remove-unused-bla2.patch deleted file mode 100644 index 69efd40e6a42..000000000000 --- a/dev-cpp/doctest/files/doctest-2.4.6-remove-unused-bla2.patch +++ /dev/null @@ -1,23 +0,0 @@ -This patch follows proposed fixes to upstream. - -PR-1: https://github.com/onqtam/doctest/pull/505 -PR-2: https://github.com/onqtam/doctest/pull/520 - - -diff --git a/examples/all_features/stringification.cpp b/examples/all_features/stringification.cpp -index a8b5d5b..492e1ec 100644 ---- a/examples/all_features/stringification.cpp -+++ b/examples/all_features/stringification.cpp -@@ -103,9 +103,6 @@ TEST_CASE("all asserts should fail and show how the objects get stringified") { - MyTypeInherited bla1; - bla1.one = 5; - bla1.two = 4u; -- MyTypeInherited bla2; -- bla2.one = 5; -- bla2.two = 6u; - - Bar::Foo f1; - Bar::Foo f2; --- -2.32.0 - -- cgit v1.2.3