aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-02-08 20:53:38 +0100
committerCharles <sircharlesaze@gmail.com>2020-02-08 20:53:38 +0100
commit98e809d42e23a2675c45754b9ca35d7e680252c8 (patch)
treed2a832f8e4e988d6e04c34b9a3c134eb355639cc /main.c
parent874ef49bff90ce144383efed0e69508586ff0d51 (diff)
downloadlibasm_test-98e809d42e23a2675c45754b9ca35d7e680252c8.tar.gz
libasm_test-98e809d42e23a2675c45754b9ca35d7e680252c8.tar.bz2
libasm_test-98e809d42e23a2675c45754b9ca35d7e680252c8.zip
School headers and ft_list_remove_if.s tests
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 5749ea7..fbd247b 100644
--- a/main.c
+++ b/main.c
@@ -6,7 +6,7 @@
/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2020/02/08 03:06:45 by cacharle #+# #+# */
-/* Updated: 2020/02/08 03:06:47 by cacharle ### ########.fr */
+/* Updated: 2020/02/08 20:43:51 by cacharle ### ########.fr */
/* */
/* ************************************************************************** */
@@ -28,6 +28,6 @@ main(void)
ft_list_push_front_test();
ft_list_size_test();
ft_list_sort_test();
- /* ft_list_remove_if_test(); */
+ ft_list_remove_if_test();
return 0;
}