test/test_list.cpp

changeset 619
5e58187ac707
parent 618
1f5a8f6f3015
child 622
3d93cd78aa20
     1.1 --- a/test/test_list.cpp	Sun Nov 20 15:51:02 2022 +0100
     1.2 +++ b/test/test_list.cpp	Sun Nov 20 16:21:03 2022 +0100
     1.3 @@ -917,7 +917,6 @@
     1.4  }
     1.5  
     1.6  TEST_F(ArrayList, InsertViaIterator) {
     1.7 -    ASSERT_EQ(1,0); // TODO: remove when implemented
     1.8      int fivenums[] = {0, 1, 2, 3, 4, 5};
     1.9      CxList *list = autofree(cxArrayListCreate(&testingAllocator, cx_cmp_int, sizeof(int), 4));
    1.10      // TODO: replace with cxListAddArray

mercurial