clang warnings
This commit is contained in:
parent
f9ab8f86bb
commit
95ecbcbb86
|
@ -893,8 +893,8 @@ TEST_P(CustomLambdaNamingTest, CustomTestNames) {}
|
||||||
INSTANTIATE_TEST_CASE_P(CustomParamNameLambda,
|
INSTANTIATE_TEST_CASE_P(CustomParamNameLambda,
|
||||||
CustomLambdaNamingTest,
|
CustomLambdaNamingTest,
|
||||||
Values(std::string("LambdaName")),
|
Values(std::string("LambdaName")),
|
||||||
[](const ::testing::TestParamInfo<std::string>& info) {
|
[](const ::testing::TestParamInfo<std::string>& inf) {
|
||||||
return info.param;
|
return inf.param;
|
||||||
});
|
});
|
||||||
|
|
||||||
#endif // GTEST_LANG_CXX11
|
#endif // GTEST_LANG_CXX11
|
||||||
|
|
Loading…
Reference in New Issue
Block a user