aboutsummaryrefslogtreecommitdiff
path: root/test/src/lst/test_ft_lstdelone.c
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-09-18 16:39:52 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-09-18 16:39:52 +0200
commitdd0c485ac4975b7dd6d2e230213be1da50d0a065 (patch)
tree5fbd967f8b95c72fbb696bb089c2cc349d28b61f /test/src/lst/test_ft_lstdelone.c
parent3c3f1115f6e9a9b914e2dcbd796501ca7ce85342 (diff)
downloadlibft-malloc.tar.gz
libft-malloc.tar.bz2
libft-malloc.zip
Removing unnecessary stuffmalloc
Diffstat (limited to 'test/src/lst/test_ft_lstdelone.c')
-rw-r--r--test/src/lst/test_ft_lstdelone.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/test/src/lst/test_ft_lstdelone.c b/test/src/lst/test_ft_lstdelone.c
deleted file mode 100644
index 881a93b..0000000
--- a/test/src/lst/test_ft_lstdelone.c
+++ /dev/null
@@ -1,26 +0,0 @@
-/* ************************************************************************** */
-/* */
-/* ::: :::::::: */
-/* test_ft_lstdelone.c :+: :+: :+: */
-/* +:+ +:+ +:+ */
-/* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */
-/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/19 02:01:33 by cacharle #+# #+# */
-/* Updated: 2020/02/19 02:07:27 by cacharle ### ########.fr */
-/* */
-/* ************************************************************************** */
-
-#include "libft_test.h"
-
-TEST_GROUP(ft_lstdelone);
-
-TEST_SETUP(ft_lstdelone)
-{}
-
-TEST_TEAR_DOWN(ft_lstdelone)
-{}
-
-TEST(ft_lstdelone, basic)
-{
- TEST_PASS(); // how to test free?
-}