diff -r 77efe51c6c9a -r 0f5732f0dc00 test/array_tests.c --- a/test/array_tests.c Thu Oct 03 10:55:39 2019 +0200 +++ b/test/array_tests.c Thu Oct 03 11:15:48 2019 +0200 @@ -467,6 +467,7 @@ UcxArray array; UcxArray copy; ucx_array_init(&array, 16, sizeof(int)); + ucx_array_init(©, 4, 2*sizeof(double)); int *elems; array.size = 5;