Descriptionencoding/json: fix test failure
$ go test -cpu=1,1,1,1,1,1,1,1,1 encoding/json
--- FAIL: TestIndentBig (0.00 seconds)
scanner_test.go:131: Indent(jsonBig) did not get bigger
On 4-th run initBig generates an empty array.
Patch Set 1 #Patch Set 2 : diff -r ae14bde9ce3c https://dvyukov%40google.com@code.google.com/p/go/ #Patch Set 3 : diff -r ae14bde9ce3c https://dvyukov%40google.com@code.google.com/p/go/ #Patch Set 4 : diff -r 1e97bf2e0f93 https://dvyukov%40google.com@code.google.com/p/go/ #MessagesTotal messages: 4
|