From aa9613efb6fb39bd96fc4836b5d38c3746af1b15 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 30 Jan 2020 10:36:49 +0100 Subject: hash table draft --- test/main_test.c | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 test/main_test.c (limited to 'test/main_test.c') diff --git a/test/main_test.c b/test/main_test.c deleted file mode 100644 index 6b74ac4..0000000 --- a/test/main_test.c +++ /dev/null @@ -1,7 +0,0 @@ -#include "test_libft.h" - -int main(void) -{ - TEST_CALL(ft_strlen); - return 0; -} -- cgit