From d06fc47a2be5a31f770595211a719fe0e6c0cc13 Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 26 Oct 2005 08:08:53 +0000 Subject: 2005-10-26 Martin Hunt * maps/map.test: Update with results for new tests. * maps/*2.c: Tests for the new API. * maps/ist.c: Renamed isx.c. * maps/setadd.c: New test of adding and setting. --- runtime/tests/maps/ii.c | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/tests/maps/ii.c') diff --git a/runtime/tests/maps/ii.c b/runtime/tests/maps/ii.c index 2eb830cc..bae6a3ad 100644 --- a/runtime/tests/maps/ii.c +++ b/runtime/tests/maps/ii.c @@ -10,6 +10,7 @@ int main () { MAP map = _stp_map_new_int64(4, INT64); + map->wrap = 1; /* map[1] = 2 */ _stp_map_key_int64 (map, 1); -- cgit