Failing test on a map with many keys

Make a map with 100 keys and then delete a few of them.  This is
likely to delete keys in the middle of a tree representation (if
that's what we're using these days) and trigger corner cases.
1 file changed
tree: 8afe74500bf5340039da5a6fe79fec91777b4c4a
  1. list.go
  2. list_test.go
  3. map.go
  4. map_test.go