tests/test_list.c

changeset 1113
dce04550fbef
parent 1111
78eeeb950883
--- a/tests/test_list.c	Tue Jan 07 00:12:46 2025 +0100
+++ b/tests/test_list.c	Tue Jan 07 18:37:07 2025 +0100
@@ -1608,12 +1608,6 @@
     }
 })
 
-CX_TEST(test_list_ll_swap_no_sbo) {
-    set_up_combo
-        CxList *list = cxLinkedListCreate(alloc, cx_cmp_int, 2*cx_linked_list_swap_sbo_size);
-        CX_TEST_CALL_SUBROUTINE(test_list_verify_swap, list, false);
-    tear_down_combo
-}
 CX_TEST(test_list_arl_swap_no_sbo) {
     set_up_combo
         CxList *list = cxArrayListCreate(alloc, cx_cmp_int, 2*cx_array_swap_sbo_size, 8);
@@ -2033,7 +2027,6 @@
     cx_test_register(suite, test_list_pll_at);
     cx_test_register(suite, test_list_ll_swap);
     cx_test_register(suite, test_list_pll_swap);
-    cx_test_register(suite, test_list_ll_swap_no_sbo);
     cx_test_register(suite, test_list_ll_find);
     cx_test_register(suite, test_list_pll_find);
     cx_test_register(suite, test_list_ll_sort);

mercurial