test/array_tests.h

changeset 369
28a8ccc442b0
parent 366
41a7cef34c19
     1.1 --- a/test/array_tests.h	Wed Nov 06 21:01:25 2019 +0100
     1.2 +++ b/test/array_tests.h	Thu Nov 07 10:10:36 2019 +0100
     1.3 @@ -43,11 +43,6 @@
     1.4  UCX_TEST(test_ucx_array_append_from_struct);
     1.5  UCX_TEST(test_ucx_array_prepend_from);
     1.6  UCX_TEST(test_ucx_array_set_from);
     1.7 -UCX_TEST(test_ucx_array_append);
     1.8 -UCX_TEST(test_ucx_array_append_struct);
     1.9 -UCX_TEST(test_ucx_array_prepend);
    1.10 -UCX_TEST(test_ucx_array_set);
    1.11 -UCX_TEST(test_ucx_array_autogrow);
    1.12  UCX_TEST(test_ucx_array_equals);
    1.13  UCX_TEST(test_ucx_array_concat);
    1.14  UCX_TEST(test_ucx_array_find);
    1.15 @@ -58,7 +53,9 @@
    1.16  UCX_TEST(test_ucx_array_shrink);
    1.17  UCX_TEST(test_ucx_array_resize);
    1.18  UCX_TEST(test_ucx_array_reserve);
    1.19 +UCX_TEST(test_ucx_array_grow);
    1.20  UCX_TEST(test_ucx_array_util_set);
    1.21 +UCX_TEST(test_ucx_array_util_setptr);
    1.22  
    1.23  #ifdef	__cplusplus
    1.24  }

mercurial