1
0
mirror of https://github.com/golang/go synced 2024-11-18 20:54:40 -07:00
go/internal/lsp/regtest
Rohan Challa 9b52d559c6 internal/lsp/regtest: add a test for diagnostics on first file
This change adds a test for diagnostics not disappearing when you create the first .go file for a project and add an import, then save.

Updates golang/go#37195

Change-Id: I871e77d9ab129f13be58931fe009e4297c7f2b38
Reviewed-on: https://go-review.googlesource.com/c/tools/+/221222
Run-TryBot: Rohan Challa <rohan@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2020-03-02 22:55:59 +00:00
..
definition_test.go internal/lsp/regtest: remove calls to t.Parallel() 2020-02-27 18:46:34 +00:00
diagnostics_test.go internal/lsp/regtest: add a test for diagnostics on first file 2020-03-02 22:55:59 +00:00
env.go internal/lsp/regtest: consolidate Env wrappers 2020-03-02 19:06:06 +00:00
formatting_test.go internal/lsp/regtest: implement formatting and organizeImports 2020-03-02 19:16:53 +00:00
reg_test.go internal/lsp/regtest: clean-up and more error handling 2020-02-25 19:00:36 +00:00
shared_test.go internal/lsp/regtest: remove calls to t.Parallel() 2020-02-27 18:46:34 +00:00
wrappers.go internal/lsp/regtest: implement formatting and organizeImports 2020-03-02 19:16:53 +00:00