mirror of https://github.com/golang/go.git
internal/lsp/mod: fix test that checks for unchanged go.mod
The test that checks to make sure a user's go.mod file does not change if tempModfile=true is not doing anything. At some point, the go.mod file to test added a go directive. This change removes the go directive from the go.mod file. Change-Id: I1c4b6b326e99d8fec5c21ac779dcdcd73610f48c Reviewed-on: https://go-review.googlesource.com/c/tools/+/216840 Run-TryBot: Rohan Challa <rohan@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Rebecca Stambler <rstambler@golang.org>
This commit is contained in:
parent
8a05c59e79
commit
c8253cffe2
|
|
@ -1,3 +1 @@
|
|||
module unchanged
|
||||
|
||||
go 1.14
|
||||
|
|
|
|||
Loading…
Reference in New Issue