Skip to content

Commit

Permalink
STYLE: Use standard exit return code in itk::SLICImagetFilter test
Browse files Browse the repository at this point in the history
Use standard exit return code in `itk::SLICImagetFilter` test.
  • Loading branch information
jhlegarreta committed Sep 2, 2023
1 parent df51b3f commit 8930ed2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -148,5 +148,5 @@ itkSLICImageFilterTest(int argc, char * argv[])
}


return 0;
return EXIT_SUCCESS;
}

0 comments on commit 8930ed2

Please sign in to comment.