Skip to content

Commit

Permalink
STYLE: Use standard library exit codes in tests
Browse files Browse the repository at this point in the history
Use standard library exit codes in tests.
  • Loading branch information
jhlegarreta authored and dzenanz committed Apr 16, 2022
1 parent a6fd170 commit a1dcb9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ itkDynamicQuadEdgeMeshTest(int, char *[])
}


return 0;
return EXIT_SUCCESS;
}

0 comments on commit a1dcb9e

Please sign in to comment.