Skip to content

Commit da3f3a5

Browse files
committed
Further fix, not sure how this was compiling before, then not now
1 parent f6d6e7d commit da3f3a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/MeshDataTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ namespace {
347347

348348
// Run with different number of blocks (easy/not easy dividable
349349
// and exceeding number of elements in mesh)
350-
INSTANTIATE_TEST_CASE_P(CopyData, MeshDataParameterTest, ::testing::Values<int>(6, 7, 10000),);
350+
INSTANTIATE_TEST_CASE_P(CopyData, MeshDataParameterTest, ::testing::Values<int>(6, 7, 10000));
351351

352352
TEST_F(MeshDataTest, InitializeTest) {
353353
{ // Size and initial value known

0 commit comments

Comments
 (0)