aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/test_list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_list.c b/test/test_list.c
index d6adb10..fd66922 100644
--- a/test/test_list.c
+++ b/test/test_list.c
@@ -189,6 +189,7 @@ void
test_list7()
{
log("Running...");
+
list_t list1 = clist_create();
char *str1 = "Long string 1";