Change-Id: Ia77769e03ee040451c044afb332ae4efae3065b9
GitHub-Last-Rev:
66c6d71c1308a86b1bf770f06a8b412f72a00b4f
GitHub-Pull-Request: golang/go#68623
Reviewed-on: https://go-review.googlesource.com/c/go/+/601615
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
}
if arg == "test2json" {
f.on = true
- f.json = arg == "test2json"
+ f.json = true
return nil
}
return fmt.Errorf("invalid flag -test.v=%s", arg)