diff options
Diffstat (limited to 'games-simulation/openrct2/files/openrct2-0.4.1-gtest-1.10.patch')
-rw-r--r-- | games-simulation/openrct2/files/openrct2-0.4.1-gtest-1.10.patch | 8 |
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()); |