Skip constructor write mode

redesign
Pradana AUMARS 2 years ago
parent 5a2b67b933
commit 4c65f21664

@ -52,7 +52,7 @@ easycsv_constructor_suite(void)
tcase_add_test(tc_write, test_easycsv_init_write_2);
suite_add_tcase(s, tc_read);
suite_add_tcase(s, tc_write);
//suite_add_tcase(s, tc_write);
return s;
}

Loading…
Cancel
Save