diff options
author | 2023-05-10 16:38:24 +0200 | |
---|---|---|
committer | 2023-05-10 16:38:24 +0200 | |
commit | 2fd3544d7e179ef21d8311fb7fa1891bd95b7cea (patch) | |
tree | e74f153053fc6d283c029075ffbbc70bcdc25f8c | |
parent | 59a3141e677cb55bb31e7b682141ab1e3589ebd4 (diff) | |
download | utils-2fd3544d7e179ef21d8311fb7fa1891bd95b7cea.tar.gz utils-2fd3544d7e179ef21d8311fb7fa1891bd95b7cea.zip |
Add comment
-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(); |