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.
  • Loading branch information
jhlegarreta authored and hjmjohnson committed Sep 19, 2022
1 parent fcfa0c6 commit abc7e3a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,6 @@ itkMultiLabelSTAPLEImageFilterTest(int, char *[])
std::cout << "Confusion matrix 1 " << std::endl << filter->GetConfusionMatrix(1) << std::endl;
std::cout << "Confusion matrix 2 " << std::endl << filter->GetConfusionMatrix(2) << std::endl;

std::cout << "Success!\n";

// All objects should be automatically destroyed at this point
std::cout << "Test finished." << std::endl;
return EXIT_SUCCESS;
}

0 comments on commit abc7e3a

Please sign in to comment.