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/si.c | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/tests/maps/si.c') diff --git a/runtime/tests/maps/si.c b/runtime/tests/maps/si.c index 5f95e0dd..1589649a 100644 --- a/runtime/tests/maps/si.c +++ b/runtime/tests/maps/si.c @@ -9,6 +9,7 @@ int main () { MAP map = _stp_map_new_str(4, INT64); + map->wrap = 1; /* map[Ohio] = 1 */ _stp_map_key_str (map, "Ohio"); -- cgit