diff -r 6d7aa8a1a3b3 -r f695ae118460 test/array_tests.h --- a/test/array_tests.h Thu Jul 04 22:23:15 2019 +0200 +++ b/test/array_tests.h Thu Jul 04 22:32:03 2019 +0200 @@ -41,6 +41,7 @@ UCX_TEST(test_ucx_array_at); UCX_TEST(test_ucx_array_append); 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);