]> Cypherpunks repositories - gostls13.git/commit
encoding/json: fix format string in the Fuzz func
authorDmitry Vyukov <dvyukov@google.com>
Sat, 17 Aug 2019 20:22:22 +0000 (13:22 -0700)
committerDmitry Vyukov <dvyukov@google.com>
Sun, 18 Aug 2019 01:16:33 +0000 (01:16 +0000)
commit0dd120df7e97387411ddba9f58384e69e8862073
tree3887fc5def4036ed766efd9c7875f2d1f93b0524
parentc485506b0aae298652448e80fca35036bfa755ac
encoding/json: fix format string in the Fuzz func

Currently test build fails with:

$ go test -tags=gofuzz encoding/json
encoding/json/fuzz.go:36:4: Println call has possible formatting directive %s
FAIL encoding/json [build failed]

Change-Id: I23aef44a421ed0e7bcf48b74ac5a8c6768a4841b
Reviewed-on: https://go-review.googlesource.com/c/go/+/190698
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/encoding/json/fuzz.go