Skip to content

Commit

Permalink
gopls/internal/regtest/marker: port the invertifcondition tests
Browse files Browse the repository at this point in the history
For golang/go#54845

Change-Id: I0b7057420f6bac90161b7861630be584ad7b27ad
Reviewed-on: https://go-review.googlesource.com/c/tools/+/540655
Reviewed-by: Alan Donovan <adonovan@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
  • Loading branch information
findleyr committed Nov 9, 2023
1 parent f9217dc commit fd43d5e
Show file tree
Hide file tree
Showing 24 changed files with 256 additions and 350 deletions.
14 changes: 0 additions & 14 deletions gopls/internal/lsp/testdata/invertifcondition/boolean.go

This file was deleted.

16 changes: 0 additions & 16 deletions gopls/internal/lsp/testdata/invertifcondition/boolean.go.golden

This file was deleted.

14 changes: 0 additions & 14 deletions gopls/internal/lsp/testdata/invertifcondition/boolean_fn.go

This file was deleted.

16 changes: 0 additions & 16 deletions gopls/internal/lsp/testdata/invertifcondition/boolean_fn.go.golden

This file was deleted.

This file was deleted.

This file was deleted.

22 changes: 0 additions & 22 deletions gopls/internal/lsp/testdata/invertifcondition/else_if.go

This file was deleted.

24 changes: 0 additions & 24 deletions gopls/internal/lsp/testdata/invertifcondition/else_if.go.golden

This file was deleted.

14 changes: 0 additions & 14 deletions gopls/internal/lsp/testdata/invertifcondition/greater_than.go

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions gopls/internal/lsp/testdata/invertifcondition/not_boolean.go

This file was deleted.

This file was deleted.

16 changes: 0 additions & 16 deletions gopls/internal/lsp/testdata/invertifcondition/remove_else.go

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions gopls/internal/lsp/testdata/invertifcondition/remove_parens.go

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions gopls/internal/lsp/testdata/invertifcondition/semicolon.go

This file was deleted.

15 changes: 0 additions & 15 deletions gopls/internal/lsp/testdata/invertifcondition/semicolon.go.golden

This file was deleted.

13 changes: 0 additions & 13 deletions gopls/internal/lsp/testdata/invertifcondition/semicolon_and.go

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions gopls/internal/lsp/testdata/invertifcondition/semicolon_or.go

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion gopls/internal/lsp/testdata/summary.txt.golden
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- summary --
CallHierarchyCount = 2
SemanticTokenCount = 3
SuggestedFixCount = 39
SuggestedFixCount = 28
InlayHintsCount = 5
RenamesCount = 45
SelectionRangesCount = 3
Expand Down
Loading

0 comments on commit fd43d5e

Please sign in to comment.