test/main.c

branch
feature/array
changeset 342
8f0a3c00d1d2
parent 337
f695ae118460
child 344
320b962afaf9
     1.1 --- a/test/main.c	Thu Jul 11 10:11:43 2019 +0200
     1.2 +++ b/test/main.c	Tue Aug 06 16:26:46 2019 +0200
     1.3 @@ -145,7 +145,6 @@
     1.4          /* UcxArray Tests */
     1.5          ucx_test_register(suite, test_ucx_array_free);
     1.6          ucx_test_register(suite, test_ucx_array_new);
     1.7 -        ucx_test_register(suite, test_ucx_array_at);
     1.8          ucx_test_register(suite, test_ucx_array_append);
     1.9          ucx_test_register(suite, test_ucx_array_prepend);
    1.10          ucx_test_register(suite, test_ucx_array_set);

mercurial