удалил лишний тест

This commit is contained in:
dzruyk
2023-04-14 21:24:47 +03:00
parent 32e562cb10
commit ca3f08998e

View File

@@ -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 }
};