mirror of
https://github.com/golang/go
synced 2024-11-18 16:54:43 -07:00
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
2
internal/lsp/mod/testdata/unchanged/go.mod
vendored
2
internal/lsp/mod/testdata/unchanged/go.mod
vendored
@ -1,3 +1 @@
|
||||
module unchanged
|
||||
|
||||
go 1.14
|
||||
|
Loading…
Reference in New Issue
Block a user