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:
parent
e31d36578a
commit
d996b19ee7
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue