go/analysis/analysistest: fix word usage

Change-Id: Iec304e44375b0740b8bc594cfe6ce35637284555
Reviewed-on: https://go-review.googlesource.com/c/tools/+/175939
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Dan Kortschak 2019-05-09 11:10:16 +09:30 committed by Brad Fitzpatrick
parent e31d36578a
commit d996b19ee7
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import (
func init() { func init() {
// This test currently requires GOPATH mode. // This test currently requires GOPATH mode.
// Explicitly disabling module mode should suffix, but // Explicitly disabling module mode should suffice, but
// we'll also turn off GOPROXY just for good measure. // we'll also turn off GOPROXY just for good measure.
if err := os.Setenv("GO111MODULE", "off"); err != nil { if err := os.Setenv("GO111MODULE", "off"); err != nil {
log.Fatal(err) log.Fatal(err)