test/main.c

branch
feature/array
changeset 356
77efe51c6c9a
parent 355
d315a068235a
child 364
5577d6c27a33
     1.1 --- a/test/main.c	Tue Sep 24 20:16:00 2019 +0200
     1.2 +++ b/test/main.c	Thu Oct 03 10:55:39 2019 +0200
     1.3 @@ -143,7 +143,7 @@
     1.4          ucx_test_register(suite, test_ucx_logger_log);
     1.5          
     1.6          /* UcxArray Tests */
     1.7 -        ucx_test_register(suite, test_ucx_array_free);
     1.8 +        ucx_test_register(suite, test_ucx_array_destroy);
     1.9          ucx_test_register(suite, test_ucx_array_new);
    1.10          ucx_test_register(suite, test_ucx_array_at);
    1.11          ucx_test_register(suite, test_ucx_array_append_from);

mercurial