diff options
Diffstat (limited to 'runtime/tests/maps/si.c')
-rw-r--r-- | runtime/tests/maps/si.c | 1 |
1 files changed, 1 insertions, 0 deletions
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"); |