Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
runtime: add a test for randomised map iteration order.
Technically the spec does not guarantee that the iteration order is random, but it is a property that we have consciously pursued, and so it seems right to verify that our implementation does indeed randomise. Update golang#6719. R=khr, bradfitz CC=golang-codereviews https://golang.org/cl/47010043
- Loading branch information