From c4f0340669f6c859bfd66e277f235bac457d65d1 Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 10 Nov 2005 21:19:29 +0000 Subject: 2005-11-10 Martin Hunt * pmaps/ii2.c: New test of maps and pmaps with the same keysym. * pmaps/pmap.test: Update. --- runtime/tests/pmaps/map_format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/tests/pmaps/map_format.c') diff --git a/runtime/tests/pmaps/map_format.c b/runtime/tests/pmaps/map_format.c index 5b99b64e..e6c6d9f6 100644 --- a/runtime/tests/pmaps/map_format.c +++ b/runtime/tests/pmaps/map_format.c @@ -81,7 +81,7 @@ int main () /* here's how to print a map without using _stp_pmap_print(). */ _stp_pmap_agg (mapssx); struct map_node *ptr; - foreach (AGG_PMAP(mapssx), ptr) + foreach (_stp_pmap_get_agg(mapssx), ptr) _stp_printf ("mapssx[%09s,%09s] = %llX\n", key1str(ptr), key2str(ptr), _stp_get_stat(ptr)->sum); _stp_print_flush(); -- cgit