Skip to content

Commit

Permalink
STYLE: Remove uninformative standard output message in itkHistogramTest
Browse files Browse the repository at this point in the history
Remove uninformative standard output message in `itkHistogramTest.cxx`.
  • Loading branch information
jhlegarreta committed Sep 5, 2023
1 parent e4643c5 commit 41ad697
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Modules/Numerics/Statistics/test/itkHistogramTest.cxx
Expand Up @@ -26,7 +26,6 @@
int
itkHistogramTest(int, char *[])
{
std::cout << "Histogram Test \n \n";
bool pass = true;
std::string whereFail = "";

Expand Down

0 comments on commit 41ad697

Please sign in to comment.