]> Cypherpunks.ru repositories - gostls13.git/commit
maps: move test funcs to maps_test.go
authorTobias Klauser <tklauser@distanz.ch>
Wed, 24 May 2023 10:28:25 +0000 (12:28 +0200)
committerGopher Robot <gobot@golang.org>
Wed, 24 May 2023 21:17:23 +0000 (21:17 +0000)
commit78143d96ccee3054ba5da9b89b069991beb53d01
tree67a75575e1af949513d8f444c89725b4812f2d4f
parent9b57b33556e5d58807061b5b20757e88631d924b
maps: move test funcs to maps_test.go

keysForBenchmarking and valuesForBenchmarking are only used in benchmark
tests.

Change-Id: Ie4fcb81e0470cc8627b395644787429b79952538
Reviewed-on: https://go-review.googlesource.com/c/go/+/497380
Reviewed-by: Keith Randall <khr@google.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Bypass: Ian Lance Taylor <iant@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
src/maps/maps.go
src/maps/maps_test.go