Skip to content

Commit f6d6e7d

Browse files
committed
small change for compilation of the mest data test
1 parent 8f918ca commit f6d6e7d

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_SUITE_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)