You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gopls/internal/test: avoid panic in TestDoubleParamReturnCompletion
An invalid assumption in this test led to an out of bounds error, which
likely masked a real error or timeout. Update the test to not panic, and
factor.
Fixesgolang/go#71906
Change-Id: Ib01d3b75df8bdb71984457807312cfe1d27ddf73
Reviewed-on: https://go-review.googlesource.com/c/tools/+/651896
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Jonathan Amsterdam <jba@google.com>
0 commit comments