tests: Remove redundant return statements
When the execution reaches the end of the main functions, they implicitly return a successful status.
This commit is contained in:
@@ -38,5 +38,4 @@ int main(void) {
|
||||
return EXIT_FAILURE;
|
||||
}
|
||||
puts("Correct memcmp");
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user