summaryrefslogtreecommitdiff
path: root/games-simulation/openrct2/files/openrct2-0.4.1-gtest-1.10.patch
blob: 1a9eba0fb3e39b43b914113f6cebf24f4a0c8ec7 (plain)
1
2
3
4
5
6
7
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());