Update googletest and googlemock to 1.8.0. (#226)

This commit is contained in:
Peter Johnson
2017-08-15 23:47:25 -07:00
committed by GitHub
parent 0d76b3f308
commit 162ac787b7
47 changed files with 4528 additions and 1722 deletions

View File

@@ -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