mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 15:33:16 +01:00
Deprecated INSTANTIATE_TEST_CASE_P (#593)
This commit is contained in:
parent
a64397135c
commit
3d262172d5
@ -191,5 +191,5 @@ TEST_P(CipherTest, ConfigLoadStore) {
|
|||||||
EXPECT_TRUE(cipher->compareKey(key, key2));
|
EXPECT_TRUE(cipher->compareKey(key, key2));
|
||||||
}
|
}
|
||||||
|
|
||||||
INSTANTIATE_TEST_CASE_P(CipherKey, CipherTest,
|
INSTANTIATE_TEST_SUITE_P(CipherKey, CipherTest,
|
||||||
ValuesIn(Cipher::GetAlgorithmList()));
|
ValuesIn(Cipher::GetAlgorithmList()));
|
||||||
|
Loading…
Reference in New Issue
Block a user