diff -r 97c53f7ef5e4 -r 28a8ccc442b0 test/array_tests.h --- a/test/array_tests.h Wed Nov 06 21:01:25 2019 +0100 +++ b/test/array_tests.h Thu Nov 07 10:10:36 2019 +0100 @@ -43,11 +43,6 @@ UCX_TEST(test_ucx_array_append_from_struct); UCX_TEST(test_ucx_array_prepend_from); UCX_TEST(test_ucx_array_set_from); -UCX_TEST(test_ucx_array_append); -UCX_TEST(test_ucx_array_append_struct); -UCX_TEST(test_ucx_array_prepend); -UCX_TEST(test_ucx_array_set); -UCX_TEST(test_ucx_array_autogrow); UCX_TEST(test_ucx_array_equals); UCX_TEST(test_ucx_array_concat); UCX_TEST(test_ucx_array_find); @@ -58,7 +53,9 @@ UCX_TEST(test_ucx_array_shrink); UCX_TEST(test_ucx_array_resize); UCX_TEST(test_ucx_array_reserve); +UCX_TEST(test_ucx_array_grow); UCX_TEST(test_ucx_array_util_set); +UCX_TEST(test_ucx_array_util_setptr); #ifdef __cplusplus }