diff options
Diffstat (limited to 'runtime/tests/maps/ist.c')
-rw-r--r-- | runtime/tests/maps/ist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/tests/maps/ist.c b/runtime/tests/maps/ist.c index 24eb6f42..be3ca87d 100644 --- a/runtime/tests/maps/ist.c +++ b/runtime/tests/maps/ist.c @@ -41,8 +41,8 @@ int main () for (j = 0; j < 1024 ; j++ ) _stp_map_add_int64_stat (map2, i); - _stp_map_print (map, "map"); - _stp_map_print (map2, "map2"); + _stp_map_print (map, "map[%1d] = count:%C sum:%S avg:%A min:%m max:%M\n%H"); + _stp_map_print (map2, "map2[%1d] = count:%C sum:%S avg:%A min:%m max:%M\n%H"); _stp_map_del (map); _stp_map_del (map2); |