libgo: Update to current version of master library.
From-SVN: r193688
This commit is contained in:
parent
a51fb17f48
commit
fabcaa8df3
321 changed files with 62096 additions and 19248 deletions
|
@ -1026,7 +1026,7 @@ func TestEqualFold(t *testing.T) {
|
|||
|
||||
var makeFieldsInput = func() []byte {
|
||||
x := make([]byte, 1<<20)
|
||||
// Input is ~10% space, ~10% 2-byte UTF-8, rest ASCII non-space.
|
||||
// Input is ~10% space, ~10% 2-byte UTF-8, rest ASCII non-space.
|
||||
for i := range x {
|
||||
switch rand.Intn(10) {
|
||||
case 0:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue