]> Cypherpunks repositories - gostls13.git/commit
runtime: test iteration order of sparse maps
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 12 Sep 2014 23:16:09 +0000 (16:16 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Fri, 12 Sep 2014 23:16:09 +0000 (16:16 -0700)
commitd6cd230c985b5216ea6059ab69738c59658801ae
treef4814f628bfdaa4bc68eca171125f47cd150c109
parentd78823168fb90c33b6a208e56bffa1e17e32de59
runtime: test iteration order of sparse maps

The behavior was fixed in CL 141270043. Add a test.

Fixes #8410.

LGTM=khr
R=khr, remyoudompheng
CC=golang-codereviews
https://golang.org/cl/137560044
src/runtime/map_test.go