Skip to content

Commit fbe2eaa

Browse files
committed
BUG: Test expects failure, removing EXIT_FAILURE allows test to continue
1 parent 0db19e7 commit fbe2eaa

File tree

1 file changed

+0
-1
lines changed
  • src/IO/ImageBase/RegisterIOFactories

1 file changed

+0
-1
lines changed

src/IO/ImageBase/RegisterIOFactories/Code.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ main(int argc, char * argv[])
6161
catch (itk::ImageFileReaderException &)
6262
{
6363
std::cout << "fail.\n" << std::endl;
64-
return EXIT_FAILURE;
6564
}
6665

6766

0 commit comments

Comments
 (0)