add extra braces around initializer list

This commit is contained in:
Arne Morten Kvarving 2017-05-10 12:37:50 +02:00
parent dfe8072485
commit a28e318d68

View File

@ -73,10 +73,10 @@ TEST_P(TestASMu2D, ConstrainEdgeOpen)
static const std::vector<EdgeTest> edgeTestData =
{{1, -1, {-1, -1}, {-1 , 1}},
{{{1, -1, {-1, -1}, {-1 , 1}},
{2, 1, { 1, -1}, { 1 , 1}},
{3, -2, {-1, -1}, { 1, -1}},
{4, 2, {-1, 1}, { 1, 1}}};
{4, 2, {-1, 1}, { 1, 1}}}};
INSTANTIATE_TEST_CASE_P(TestASMu2D, TestASMu2D,