Skip to content

Commit

Permalink
jacob/inference: tiny test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobzim-stl committed Nov 8, 2024
1 parent 3398f2e commit 24996af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gopls/internal/test/integration/completion/completion_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1210,8 +1210,6 @@ func TestDoubleParamReturnCompletion(t *testing.T) {
func concrete2() (Wrap[InterfaceA], Wrap[InterfaceB]) {
return DoubleWrap[InterfaceA, _]()
}
func main() {}
`

Run(t, src, func(t *testing.T, env *Env) {
Expand Down

0 comments on commit 24996af

Please sign in to comment.