From 5d98a06bf4e1c48cc39ee7584c35eda47bfae54f Mon Sep 17 00:00:00 2001 From: tomoron Date: Sat, 12 Apr 2025 19:12:45 +0200 Subject: [PATCH] remove reminder in tests and remove useless file --- patate.c | 7 ------- test.c | 4 +--- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 patate.c diff --git a/patate.c b/patate.c deleted file mode 100644 index d0d0c2d..0000000 --- a/patate.c +++ /dev/null @@ -1,7 +0,0 @@ -#include -#include - -int main(void) -{ - printf("%d\n", strcmp("coucou", "c")); -} diff --git a/test.c b/test.c index d150114..d3ff021 100644 --- a/test.c +++ b/test.c @@ -6,7 +6,7 @@ /* By: tomoron +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* 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); }