Loading tests/unit/unit1300.c +52 −53 Original line number Diff line number Diff line Loading @@ -176,7 +176,6 @@ UNITTEST_START Curl_llist_remove(llist, to_remove, NULL); fail_unless(llist->tail == element_prev, "llist tail is not being adjusted when removing tail"); fail_unless( 1==0 , "making sure i'm compiling" ); /** * case 4: Loading Loading
tests/unit/unit1300.c +52 −53 Original line number Diff line number Diff line Loading @@ -176,7 +176,6 @@ UNITTEST_START Curl_llist_remove(llist, to_remove, NULL); fail_unless(llist->tail == element_prev, "llist tail is not being adjusted when removing tail"); fail_unless( 1==0 , "making sure i'm compiling" ); /** * case 4: Loading