test/map_tests.c

changeset 88
18823857ce79
parent 80
0125e4089f88
child 95
ecfdc1c4a552
     1.1 --- a/test/map_tests.c	Mon Feb 25 16:26:50 2013 +0100
     1.2 +++ b/test/map_tests.c	Wed Feb 27 09:41:17 2013 +0100
     1.3 @@ -139,8 +139,7 @@
     1.4      ucx_map_free(map);
     1.5  }
     1.6  
     1.7 -UCX_TEST_SUBROUTINE(test_ucx_map_itersrt, mapptr) {
     1.8 -    UcxMap *map = (UcxMap*) mapptr;
     1.9 +UCX_TEST_SUBROUTINE(test_ucx_map_itersrt, UcxMap *map) {
    1.10      int v1 = 10;
    1.11      int v2 = 15;
    1.12      int v3 = 7;

mercurial