]> Cypherpunks repositories - gostls13.git/commit
runtime: increase attempt count for map iteration order test.
authorDavid Symonds <dsymonds@golang.org>
Thu, 2 Jan 2014 23:41:56 +0000 (10:41 +1100)
committerDavid Symonds <dsymonds@golang.org>
Thu, 2 Jan 2014 23:41:56 +0000 (10:41 +1100)
commit8778760a7edb8bb1b756b6d3dbf20edb1308159e
tree5472a321c3d308407b1fe7cff64ea8c57577f127
parentd4c66a35baba191b5857960d75fe66d766f6d573
runtime: increase attempt count for map iteration order test.

Some builders broke on this test; I'm guessing that was because
this test didn't try hard enough to find a different iteration order.

Update #6719

R=dave
CC=golang-codereviews
https://golang.org/cl/47300043
src/pkg/runtime/map_test.go