From 2fd3544d7e179ef21d8311fb7fa1891bd95b7cea Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Wed, 10 May 2023 16:38:24 +0200 Subject: Add comment --- test/test_list.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_list.c b/test/test_list.c index fd66922..f044ebe 100644 --- a/test/test_list.c +++ b/test/test_list.c @@ -188,6 +188,7 @@ test_list6() void test_list7() { + /* Test adding long strings to the list */ log("Running..."); list_t list1 = clist_create(); -- cgit v1.2.3