diff -r bd444539cced -r 18823857ce79 test/map_tests.c --- a/test/map_tests.c Mon Feb 25 16:26:50 2013 +0100 +++ b/test/map_tests.c Wed Feb 27 09:41:17 2013 +0100 @@ -139,8 +139,7 @@ ucx_map_free(map); } -UCX_TEST_SUBROUTINE(test_ucx_map_itersrt, mapptr) { - UcxMap *map = (UcxMap*) mapptr; +UCX_TEST_SUBROUTINE(test_ucx_map_itersrt, UcxMap *map) { int v1 = 10; int v2 = 15; int v3 = 7;