test/test_list.cpp

changeset 619
5e58187ac707
parent 618
1f5a8f6f3015
child 622
3d93cd78aa20
--- 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

mercurial