Do not use designated initializer
PiperOrigin-RevId: 507805920
This commit is contained in:
parent
e8caaeed61
commit
712a22101f
|
@ -84,8 +84,8 @@ TEST_P(HandednessToMatrixCalculatorTest, OutputsCorrectResult) {
|
|||
INSTANTIATE_TEST_CASE_P(
|
||||
HandednessToMatrixCalculatorTests, HandednessToMatrixCalculatorTest,
|
||||
testing::ValuesIn<HandednessToMatrixCalculatorTestCase>(
|
||||
{{.test_name = "TestWithRightHand", .handedness = 0.01f},
|
||||
{.test_name = "TestWithLeftHand", .handedness = 0.99f}}),
|
||||
{{/* test_name= */ "TestWithRightHand", /* handedness= */ 0.01f},
|
||||
{/* test_name= */ "TestWithLeftHand", /* handedness= */ 0.99f}}),
|
||||
[](const testing::TestParamInfo<
|
||||
HandednessToMatrixCalculatorTest::ParamType>& info) {
|
||||
return info.param.test_name;
|
||||
|
|
Loading…
Reference in New Issue
Block a user