test/test_list.cpp

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

mercurial