Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STYLE: Prefer returning
int
instead of bool
in test method
Prefer returning `int` instead of `bool` in test method in order to keep consistency in testing methods that return `EXIT_SUCCESS`/`EXIT_FAILURE`.
- Loading branch information