diff options
Diffstat (limited to 'runtime/tests/maps/iiss.c')
-rw-r--r-- | runtime/tests/maps/iiss.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/tests/maps/iiss.c b/runtime/tests/maps/iiss.c index 3321a329..218a0806 100644 --- a/runtime/tests/maps/iiss.c +++ b/runtime/tests/maps/iiss.c @@ -12,6 +12,7 @@ int main () { MAP map = _stp_map_new_int64_int64_str(4, STRING); + map->wrap = 1; _stp_map_key_int64_int64_str (map, 1,2,"Ohio"); _stp_map_set_str (map, "Columbus" ); |