summaryrefslogtreecommitdiffstats
path: root/runtime/tests/maps/is.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/tests/maps/is.c')
-rw-r--r--runtime/tests/maps/is.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/tests/maps/is.c b/runtime/tests/maps/is.c
index 8bdc6591..6b4f22b7 100644
--- a/runtime/tests/maps/is.c
+++ b/runtime/tests/maps/is.c
@@ -10,6 +10,7 @@
int main ()
{
MAP map = _stp_map_new_int64(4, STRING);
+ map->wrap = 1;
/* map[1] = one */
_stp_map_key_int64 (map, 1);