mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
Update googletest and googlemock to 1.8.0. (#226)
This commit is contained in:
@@ -862,12 +862,13 @@ TEST_P(StorageTestEmpty, LoadPersistentWarn) {
|
||||
EXPECT_TRUE(outgoing.empty());
|
||||
}
|
||||
|
||||
INSTANTIATE_TEST_CASE_P(StorageTestsEmpty, StorageTestEmpty, ::testing::Bool());
|
||||
INSTANTIATE_TEST_CASE_P(StorageTestsEmpty, StorageTestEmpty,
|
||||
::testing::Bool(), );
|
||||
INSTANTIATE_TEST_CASE_P(StorageTestsPopulateOne, StorageTestPopulateOne,
|
||||
::testing::Bool());
|
||||
::testing::Bool(), );
|
||||
INSTANTIATE_TEST_CASE_P(StorageTestsPopulated, StorageTestPopulated,
|
||||
::testing::Bool());
|
||||
::testing::Bool(), );
|
||||
INSTANTIATE_TEST_CASE_P(StorageTestsPersistent, StorageTestPersistent,
|
||||
::testing::Bool());
|
||||
::testing::Bool(), );
|
||||
|
||||
} // namespace nt
|
||||
|
||||
Reference in New Issue
Block a user