diff --git a/vector_test.c b/vector_test.c index a804b91..e77cff4 100644 --- a/vector_test.c +++ b/vector_test.c @@ -172,7 +172,6 @@ static MunitTest test_suite_tests[] = { TEST_ITEM(test_vector_resize), TEST_ITEM(test_vector_set_get), TEST_ITEM(test_vector_push_pop), - //TEST_ITEM(test_pvector_init), { NULL, NULL, NULL, NULL, MUNIT_TEST_OPTION_NONE, NULL } };