]> git.lizzy.rs Git - dragonstd.git/blobdiff - test/test_list.c
Add transformer to del
[dragonstd.git] / test / test_list.c
index baa5d91bd1324b683f7ccba47aa3a71678b8acb1..5dba6d2d7689bc4f9a9e23f7564295cf0e481fc9 100644 (file)
@@ -38,7 +38,7 @@ int main()
        assert(list_get(&list, &e, &cmp_int, NULL) == NULL);
 
        printf("testing del\n");
-       assert(list_del(&list, &a, &cmp_int, NULL, NULL));
+       assert(list_del(&list, &a, &cmp_int, NULL, NULL, NULL));
        assert(list_get(&list, &a, &cmp_int, NULL) == NULL);
 
        printf("testing clr\n");