We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec543c5 commit 6997d19Copy full SHA for 6997d19
gopls/internal/regtest/misc/configuration_test.go
@@ -57,9 +57,7 @@ var FooErr = errors.New("foo")
57
//
58
// Gopls should not get confused about buffer content when recreating the view.
59
func TestMajorOptionsChange(t *testing.T) {
60
- t.Skip("broken due to golang/go#57934")
61
-
62
- testenv.NeedsGo1Point(t, 17)
+ testenv.NeedsGo1Point(t, 19) // needs staticcheck
63
64
const files = `
65
-- go.mod --
0 commit comments