test/test_list.c

changeset 446
668757098b73
parent 444
cb944fa1852a
child 449
68ad5750ba6b
     1.1 --- a/test/test_list.c	Tue Sep 28 18:09:25 2021 +0200
     1.2 +++ b/test/test_list.c	Tue Sep 28 18:22:00 2021 +0200
     1.3 @@ -51,15 +51,11 @@
     1.4          cx_list_s base;
     1.5          void *begin;
     1.6          void *end;
     1.7 -        ptrdiff_t ploc;
     1.8 -        ptrdiff_t nloc;
     1.9      };
    1.10  
    1.11      struct ll_check *actual = (struct ll_check *) list;
    1.12      CU_ASSERT_PTR_NULL(actual->begin)
    1.13      CU_ASSERT_PTR_NULL(actual->end)
    1.14 -    CU_ASSERT_EQUAL(0, actual->ploc)
    1.15 -    CU_ASSERT_EQUAL(sizeof(void *), actual->nloc)
    1.16  
    1.17      cxLinkedListDestroy(list);
    1.18  

mercurial