mirror of
https://github.com/curl/curl.git
synced 2026-08-25 23:43:35 +03:00
parent
d5c01d779f
commit
af07875c0d
4 changed files with 5 additions and 5 deletions
|
|
@ -75,7 +75,7 @@ UNITTEST_START
|
|||
fail_unless(llist.head == NULL, "list head should initiate to NULL");
|
||||
fail_unless(llist.tail == NULL, "list tail should intiate to NULL");
|
||||
fail_unless(llist.dtor == test_curl_llist_dtor,
|
||||
"list dtor shold initiate to test_curl_llist_dtor");
|
||||
"list dtor should initiate to test_curl_llist_dtor");
|
||||
|
||||
/**
|
||||
* testing Curl_llist_insert_next
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue