mirror of https://github.com/golang/go.git
Updated test case to reflect new error message
This commit is contained in:
parent
ada1aba2cb
commit
b38447457d
|
|
@ -4,4 +4,4 @@ env GO111MODULE=off
|
|||
# GO111MODULE=off when outside of GOPATH will fatal
|
||||
# with an error message.
|
||||
! go mod init
|
||||
stderr 'go: modules disabled by GO111MODULE=off; see ''go help modules'''
|
||||
stderr 'go mod init: modules disabled by GO111MODULE=off; see ''go help modules'''
|
||||
|
|
|
|||
Loading…
Reference in New Issue