From ca3f08998e7aa9ec34dba87938d188c303c316ee Mon Sep 17 00:00:00 2001 From: dzruyk Date: Fri, 14 Apr 2023 21:24:47 +0300 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B4=D0=B0=D0=BB=D0=B8=D0=BB=20=D0=BB?= =?UTF-8?q?=D0=B8=D1=88=D0=BD=D0=B8=D0=B9=20=D1=82=D0=B5=D1=81=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vector_test.c | 1 - 1 file changed, 1 deletion(-) 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 } };