summaryrefslogtreecommitdiff
path: root/games-simulation/openrct2/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-10 01:26:11 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-10 01:26:11 +0100
commit4e6c4afbf915139e378349649c943e7df6b21efa (patch)
tree2c0b5352415b47b9bca8386f0ed9c80469c84625 /games-simulation/openrct2/files
parent9a00e0f54566977800de42e80dd91409ef26bcb2 (diff)
gentoo auto-resync : 10:07:2022 - 01:26:11
Diffstat (limited to 'games-simulation/openrct2/files')
-rw-r--r--games-simulation/openrct2/files/openrct2-0.4.1-gtest-1.10.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/games-simulation/openrct2/files/openrct2-0.4.1-gtest-1.10.patch b/games-simulation/openrct2/files/openrct2-0.4.1-gtest-1.10.patch
new file mode 100644
index 000000000000..1a9eba0fb3e3
--- /dev/null
+++ b/games-simulation/openrct2/files/openrct2-0.4.1-gtest-1.10.patch
@@ -0,0 +1,8 @@
+--- a/test/tests/ReplayTests.cpp
++++ b/test/tests/ReplayTests.cpp
+@@ -115,4 +115,5 @@
+ }
+ };
+
++GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST(ReplayTests);
+ INSTANTIATE_TEST_SUITE_P(Replay, ReplayTests, testing::ValuesIn(GetReplayFiles()), PrintReplayParameter());