diff -r 26ae21face39 -r 668757098b73 test/test_list.c --- a/test/test_list.c Tue Sep 28 18:09:25 2021 +0200 +++ b/test/test_list.c Tue Sep 28 18:22:00 2021 +0200 @@ -51,15 +51,11 @@ cx_list_s base; void *begin; void *end; - ptrdiff_t ploc; - ptrdiff_t nloc; }; struct ll_check *actual = (struct ll_check *) list; CU_ASSERT_PTR_NULL(actual->begin) CU_ASSERT_PTR_NULL(actual->end) - CU_ASSERT_EQUAL(0, actual->ploc) - CU_ASSERT_EQUAL(sizeof(void *), actual->nloc) cxLinkedListDestroy(list);