diff options
Diffstat (limited to 'test')
-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 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"; |