remove reminder in tests and remove useless file
This commit is contained in:
4
test.c
4
test.c
@ -6,7 +6,7 @@
|
||||
/* By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/03/29 19:53:58 by tomoron #+# #+# */
|
||||
/* Updated: 2025/04/12 18:33:43 by tomoron ### ########.fr */
|
||||
/* Updated: 2025/04/12 19:08:05 by tomoron ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@ -295,6 +295,4 @@ int main(void)
|
||||
FNC_TEST("ft_list_sort", test_list_sort());
|
||||
printf("\n\n");
|
||||
FNC_TEST("ft_list_sort", test_list_remove_if());
|
||||
printf("\n\n");
|
||||
FNC_TEST("check valgrind", 1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user