test/array_tests.c

branch
feature/array
changeset 357
0f5732f0dc00
parent 356
77efe51c6c9a
child 366
41a7cef34c19
     1.1 --- a/test/array_tests.c	Thu Oct 03 10:55:39 2019 +0200
     1.2 +++ b/test/array_tests.c	Thu Oct 03 11:15:48 2019 +0200
     1.3 @@ -467,6 +467,7 @@
     1.4      UcxArray array;
     1.5      UcxArray copy;
     1.6      ucx_array_init(&array, 16, sizeof(int));
     1.7 +    ucx_array_init(&copy, 4, 2*sizeof(double));
     1.8      int *elems;
     1.9      
    1.10      array.size = 5;

mercurial