diff options
-rw-r--r-- | test/test_list.c | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |