summaryrefslogtreecommitdiff
path: root/games-simulation/openrct2/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-03 01:13:47 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-03 01:13:47 +0100
commit7748146936014bb364c51e2547982e9f59a5f31a (patch)
tree07d616b7c4f3455728c1226ab7a989051efc7f6a /games-simulation/openrct2/files
parenteb2235d914984bff74c625de4fa4887d4f86f971 (diff)
gentoo auto-resync : 03:10:2022 - 01:13:47
Diffstat (limited to 'games-simulation/openrct2/files')
-rw-r--r--games-simulation/openrct2/files/openrct2-0.2.6-gtest-1.10.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/games-simulation/openrct2/files/openrct2-0.2.6-gtest-1.10.patch b/games-simulation/openrct2/files/openrct2-0.2.6-gtest-1.10.patch
deleted file mode 100644
index f0805f408552..000000000000
--- a/games-simulation/openrct2/files/openrct2-0.2.6-gtest-1.10.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From 8feab6138724722146b1c6d521431556686068d3 Mon Sep 17 00:00:00 2001
-From: Conrad Kostecki <conrad@kostecki.com>
-Date: Wed, 19 Aug 2020 22:56:51 +0200
-Subject: [PATCH] ReplayTests: Add support for >=gtest-1.10
-
-Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
----
- test/tests/ReplayTests.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/test/tests/ReplayTests.cpp b/test/tests/ReplayTests.cpp
-index 653aa97657f..1443d1c862d 100644
---- a/test/tests/ReplayTests.cpp
-+++ b/test/tests/ReplayTests.cpp
-@@ -117,4 +117,5 @@ struct PrintReplayParameter
- }
- };
-
-+GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(ReplayTests);
- INSTANTIATE_TEST_CASE_P(Replay, ReplayTests, testing::ValuesIn(GetReplayFiles()), PrintReplayParameter());