]> git.lizzy.rs Git - dragonstd.git/blobdiff - test/test_list.c
Add transformers to iterator functions
[dragonstd.git] / test / test_list.c
index b261dbd2a541f17f433d95baa40b1d0e123ee3c8..7ba89927a3705562b0fbf7b363f44360b51c1c62 100644 (file)
@@ -42,6 +42,6 @@ int main()
        assert(list_get(&list, &a, &cmp_int, NULL) == NULL);
 
        printf("testing clr\n");
-       list_clr(&list, NULL, NULL);
+       list_clr(&list, NULL, NULL, NULL);
        assert(list_get(&list, &b, &cmp_int, NULL) == NULL);
 }