Skip to content

Commit

Permalink
STYLE: Conform to ITK style guidelines in test ending message
Browse files Browse the repository at this point in the history
Conform to ITK style guidelines in test ending message: add it in
miscellaneous tests.
  • Loading branch information
jhlegarreta authored and dzenanz committed Nov 8, 2023
1 parent 87c5a9a commit 1f80e35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,7 @@ itkDiscreteGaussianCurvatureQuadEdgeMeshFilterTest(int argc, char * argv[])

// ** PRINT **
std::cout << gaussian_curvature;

std::cout << "Test finished." << std::endl;
return EXIT_SUCCESS;
}
2 changes: 2 additions & 0 deletions Modules/IO/XML/test/itkDOMTest7.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ itkDOMTest7(int, char *[])
return EXIT_FAILURE;
}


std::cout << "Test finished." << std::endl;
return EXIT_SUCCESS;
}

Expand Down

0 comments on commit 1f80e35

Please sign in to comment.