test/map_tests.c

changeset 88
18823857ce79
parent 80
0125e4089f88
child 95
ecfdc1c4a552
--- 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;

mercurial