Deprecated INSTANTIATE_TEST_CASE_P (#593)

This commit is contained in:
Ben RUBSON 2020-03-03 22:33:33 +01:00 committed by GitHub
parent a64397135c
commit 3d262172d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -191,5 +191,5 @@ TEST_P(CipherTest, ConfigLoadStore) {
EXPECT_TRUE(cipher->compareKey(key, key2));
}
INSTANTIATE_TEST_CASE_P(CipherKey, CipherTest,
INSTANTIATE_TEST_SUITE_P(CipherKey, CipherTest,
ValuesIn(Cipher::GetAlgorithmList()));