Skip to content

Commit

Permalink
internal/lsp: enable inlay hint tests
Browse files Browse the repository at this point in the history
The change to implement inlay hints has been merged, so we need to
enable the tests.

Change-Id: I47e7ab343d0ab10283caac0a3d6677dd69c7504a
Reviewed-on: https://go-review.googlesource.com/c/tools/+/411898
Run-TryBot: Suzy Mueller <suzmue@golang.org>
gopls-CI: kokoro <noreply+kokoro@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
  • Loading branch information
suzmue committed Jun 13, 2022
1 parent 0343989 commit c15c045
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
9 changes: 0 additions & 9 deletions internal/lsp/testdata/inlayHint/a.go

This file was deleted.

11 changes: 0 additions & 11 deletions internal/lsp/testdata/inlayHint/a.go.golden

This file was deleted.

1 change: 0 additions & 1 deletion internal/lsp/tests/tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,6 @@ func Run(t *testing.T, tests Tests, data *Data) {
})

t.Run("InlayHints", func(t *testing.T) {
t.Skip("Inlay Hints not yet implemented")
t.Helper()
for _, src := range data.InlayHints {
t.Run(SpanName(src), func(t *testing.T) {
Expand Down

0 comments on commit c15c045

Please sign in to comment.