aboutsummaryrefslogtreecommitdiffhomepage
path: root/main_test.go
diff options
context:
space:
mode:
authorDamian Gryski <[email protected]>2022-03-14 11:51:44 -0700
committerRon Evans <[email protected]>2022-04-28 09:14:45 +0200
commit050d516264066d193b4269ff0b0a21e8597abd9e (patch)
tree73d646943951305eebb3d43304c6c00ca95a672f /main_test.go
parent9a8328fcb76314240d2632bd0deaa17d33170e45 (diff)
downloadtinygo-050d516264066d193b4269ff0b0a21e8597abd9e.tar.gz
tinygo-050d516264066d193b4269ff0b0a21e8597abd9e.zip
testdata: add test for mapgrowth logic
Diffstat (limited to 'main_test.go')
-rw-r--r--main_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main_test.go b/main_test.go
index 3b088ada8..01835a2c6 100644
--- a/main_test.go
+++ b/main_test.go
@@ -57,6 +57,7 @@ func TestBuild(t *testing.T) {
"json.go",
"map.go",
"math.go",
+ "mapgrowth.go",
"print.go",
"reflect.go",
"slice.go",