aboutsummaryrefslogtreecommitdiffhomepage
path: root/testdata/map.txt
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2019-05-13 20:18:31 +0200
committerRon Evans <[email protected]>2019-05-14 09:59:00 +0200
commit763b9d7d104b4cf30dab900043f1ff6d1b0ca0f9 (patch)
tree902e309bee07266d50b92cee28f9ca5f376c9c40 /testdata/map.txt
parent55fc7b904a6df79be9f58859fe79314ea312448a (diff)
downloadtinygo-763b9d7d104b4cf30dab900043f1ff6d1b0ca0f9.tar.gz
tinygo-763b9d7d104b4cf30dab900043f1ff6d1b0ca0f9.zip
runtime: implement growing hashmaps
Add support for growing hashmaps beyond their initial size.
Diffstat (limited to 'testdata/map.txt')
-rw-r--r--testdata/map.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/testdata/map.txt b/testdata/map.txt
index ad525521e..66636d11f 100644
--- a/testdata/map.txt
+++ b/testdata/map.txt
@@ -55,3 +55,4 @@ true false 0
4321
5555
tested preallocated map
+tested growing of a map