Skip to content

Commit abc7e3a

Browse files
jhlegarretahjmjohnson
authored andcommitted
STYLE: Conform to ITK style guidelines in test ending message
Conform to ITK style guidelines in test ending message.
1 parent fcfa0c6 commit abc7e3a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Modules/Segmentation/LabelVoting/test/itkMultiLabelSTAPLEImageFilterTest.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,6 @@ itkMultiLabelSTAPLEImageFilterTest(int, char *[])
225225
std::cout << "Confusion matrix 1 " << std::endl << filter->GetConfusionMatrix(1) << std::endl;
226226
std::cout << "Confusion matrix 2 " << std::endl << filter->GetConfusionMatrix(2) << std::endl;
227227

228-
std::cout << "Success!\n";
229-
230-
// All objects should be automatically destroyed at this point
228+
std::cout << "Test finished." << std::endl;
231229
return EXIT_SUCCESS;
232230
}

0 commit comments

Comments
 (0)