mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Update googletest and googlemock to 1.8.0. (#23)
This commit is contained in:
@@ -86,7 +86,7 @@ static Base64TestParam sample[] = {
|
||||
"mQgc28gb24uLi4K"},
|
||||
};
|
||||
|
||||
INSTANTIATE_TEST_CASE_P(Base64Sample, Base64Test, ::testing::ValuesIn(sample));
|
||||
INSTANTIATE_TEST_CASE_P(Base64Sample, Base64Test, ::testing::ValuesIn(sample),);
|
||||
|
||||
static Base64TestParam standard[] = {
|
||||
{0, "", ""},
|
||||
@@ -100,6 +100,6 @@ static Base64TestParam standard[] = {
|
||||
};
|
||||
|
||||
INSTANTIATE_TEST_CASE_P(Base64Standard, Base64Test,
|
||||
::testing::ValuesIn(standard));
|
||||
::testing::ValuesIn(standard), );
|
||||
|
||||
} // namespace wpi
|
||||
|
||||
Reference in New Issue
Block a user