From 01b4cc91d1596cf94d709a627ed8ad64bc1e285d Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 16 Feb 2020 04:51:41 +0100 Subject: Filled lst* tests --- test/src/lst/test_ft_lstclear.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/src/lst/test_ft_lstclear.c') diff --git a/test/src/lst/test_ft_lstclear.c b/test/src/lst/test_ft_lstclear.c index 1139f96..acffb17 100644 --- a/test/src/lst/test_ft_lstclear.c +++ b/test/src/lst/test_ft_lstclear.c @@ -10,5 +10,5 @@ TEST_TEAR_DOWN(ft_lstclear) TEST(ft_lstclear, basic) { - + TEST_PASS(); // how to test free? } -- cgit