diff -r b9715d7317c1 -r 8f0a3c00d1d2 test/main.c --- a/test/main.c Thu Jul 11 10:11:43 2019 +0200 +++ b/test/main.c Tue Aug 06 16:26:46 2019 +0200 @@ -145,7 +145,6 @@ /* UcxArray Tests */ ucx_test_register(suite, test_ucx_array_free); ucx_test_register(suite, test_ucx_array_new); - ucx_test_register(suite, test_ucx_array_at); ucx_test_register(suite, test_ucx_array_append); ucx_test_register(suite, test_ucx_array_prepend); ucx_test_register(suite, test_ucx_array_set);