1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Update GoogleTest version

This commit is contained in:
Michał Janiszewski
2022-01-02 22:37:39 +01:00
parent b08c87c0c4
commit d81b36e16f
4 changed files with 11 additions and 12 deletions

View File

@@ -115,4 +115,4 @@ struct PrintReplayParameter
}
};
INSTANTIATE_TEST_CASE_P(Replay, ReplayTests, testing::ValuesIn(GetReplayFiles()), PrintReplayParameter());
INSTANTIATE_TEST_SUITE_P(Replay, ReplayTests, testing::ValuesIn(GetReplayFiles()), PrintReplayParameter());