gcc/libgo/go/json
Ian Lance Taylor d75dae75d7 json: fix test when rand returns 0.
Fixes using gccgo when optimizing, which changes the order of
calls to rand.  Same patch proposed upstream.

From-SVN: r175927
2011-07-06 18:38:24 +00:00
..
decode.go Update to current version of Go library. 2011-05-20 00:18:15 +00:00
decode_test.go Update to current version of Go library. 2011-05-20 00:18:15 +00:00
encode.go Update to current version of Go library. 2011-05-20 00:18:15 +00:00
indent.go
scanner.go Update to current version of Go library. 2011-05-20 00:18:15 +00:00
scanner_test.go json: fix test when rand returns 0. 2011-07-06 18:38:24 +00:00
stream.go Update to current version of Go library. 2011-05-20 00:18:15 +00:00
stream_test.go