test/test_list.cpp

changeset 610
de5d3ee6435f
parent 606
314e9288af2f
child 611
77efa5163ae5
     1.1 --- a/test/test_list.cpp	Sun Nov 13 13:29:15 2022 +0100
     1.2 +++ b/test/test_list.cpp	Wed Nov 16 22:27:46 2022 +0100
     1.3 @@ -827,7 +827,6 @@
     1.4  }
     1.5  
     1.6  TEST_F(ArrayList, cxListAdd) {
     1.7 -    ASSERT_EQ(1,0); // TODO: remove when implemented
     1.8      CxList *list = autofree(cxArrayListCreate(&testingAllocator, cx_cmp_int, sizeof(int), 8));
     1.9      verifyAdd(list, false);
    1.10  }
    1.11 @@ -867,7 +866,6 @@
    1.12  }
    1.13  
    1.14  TEST_F(ArrayList, cxListAt) {
    1.15 -    ASSERT_EQ(1,0); // TODO: remove when implemented
    1.16      verifyAt(arrayListFromTestData());
    1.17  }
    1.18  

mercurial