testdata: add test for mapgrowth logic

This commit is contained in:
Damian Gryski
2022-03-14 11:51:44 -07:00
committed by Ron Evans
parent 9a8328fcb7
commit 050d516264
3 changed files with 68 additions and 0 deletions
+1
View File
@@ -57,6 +57,7 @@ func TestBuild(t *testing.T) {
"json.go",
"map.go",
"math.go",
"mapgrowth.go",
"print.go",
"reflect.go",
"slice.go",