aboutsummaryrefslogtreecommitdiff
path: root/test/src/lst/test_ft_lstclear.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/lst/test_ft_lstclear.c')
-rw-r--r--test/src/lst/test_ft_lstclear.c2
1 files changed, 1 insertions, 1 deletions
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?
}