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 8872229a0b
commit 73571dd423
3 changed files with 68 additions and 0 deletions
+1
View File
@@ -59,6 +59,7 @@ func TestBuild(t *testing.T) {
"json.go",
"map.go",
"math.go",
"mapgrowth.go",
"print.go",
"reflect.go",
"slice.go",