diff -r 1f5a8f6f3015 -r 5e58187ac707 test/test_list.cpp --- a/test/test_list.cpp Sun Nov 20 15:51:02 2022 +0100 +++ b/test/test_list.cpp Sun Nov 20 16:21:03 2022 +0100 @@ -917,7 +917,6 @@ } TEST_F(ArrayList, InsertViaIterator) { - ASSERT_EQ(1,0); // TODO: remove when implemented int fivenums[] = {0, 1, 2, 3, 4, 5}; CxList *list = autofree(cxArrayListCreate(&testingAllocator, cx_cmp_int, sizeof(int), 4)); // TODO: replace with cxListAddArray