From 24996af443c64b133050ed8736775cb39c549a4c Mon Sep 17 00:00:00 2001 From: Jacob Zimmerman Date: Fri, 8 Nov 2024 18:39:59 -0500 Subject: [PATCH] jacob/inference: tiny test cleanup --- gopls/internal/test/integration/completion/completion_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/gopls/internal/test/integration/completion/completion_test.go b/gopls/internal/test/integration/completion/completion_test.go index 19ee5d3ef68..1f6eb2fe0fb 100644 --- a/gopls/internal/test/integration/completion/completion_test.go +++ b/gopls/internal/test/integration/completion/completion_test.go @@ -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) {