From 723a2e901b70ece23be6338faca87a200f81bcc3 Mon Sep 17 00:00:00 2001 From: starnakin Date: Mon, 2 Sep 2024 15:29:25 +0200 Subject: [PATCH] clean remove useless \n --- test/test.c | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test.c b/test/test.c index f1e205f..a6afb6b 100644 --- a/test/test.c +++ b/test/test.c @@ -72,7 +72,6 @@ int main() multiple_test_int_2(strcmp, ft_strcmp, strcmp_tests); printf("\n"); - printf("STRCPY\n"); const char *strcpy_tests[] = {"yo", "", "bonjour", "co\0fgf", NULL}; multiple_test_strcpy(ft_strcpy, strcpy_tests);