diff options
Diffstat (limited to 'src/runtime/map_test.go')
| -rw-r--r-- | src/runtime/map_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/map_test.go b/src/runtime/map_test.go index 6ed655de0a..b12b09eeb6 100644 --- a/src/runtime/map_test.go +++ b/src/runtime/map_test.go @@ -620,7 +620,7 @@ func TestMapBuckets(t *testing.T) { // have a nil bucket pointer due to starting with preallocated buckets // on the stack. Escaping maps start with a non-nil bucket pointer if // hint size is above bucketCnt and thereby have more than one bucket. - // These tests depend on bucketCnt and loadFactor* in hashmap.go. + // These tests depend on bucketCnt and loadFactor* in map.go. t.Run("mapliteral", func(t *testing.T) { for _, tt := range mapBucketTests { localMap := map[int]int{} |
