File tree 1 file changed +0
-6
lines changed
gopls/internal/test/integration/misc 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ import (
15
15
func TestStaticcheckGenerics (t * testing.T ) {
16
16
testenv .NeedsGo1Point (t , 20 ) // staticcheck requires go1.20+
17
17
18
- // TODO(golang/go#65249): re-enable and fix this test with gotypesalias=1.
19
- testenv .SkipMaterializedAliases (t , "staticcheck needs updates for materialized aliases" )
20
-
21
18
const files = `
22
19
-- go.mod --
23
20
module mod.com
@@ -83,9 +80,6 @@ var FooErr error = errors.New("foo")
83
80
func TestStaticcheckRelatedInfo (t * testing.T ) {
84
81
testenv .NeedsGo1Point (t , 20 ) // staticcheck is only supported at Go 1.20+
85
82
86
- // TODO(golang/go#65249): re-enable and fix this test with gotypesalias=1.
87
- testenv .SkipMaterializedAliases (t , "staticcheck needs updates for materialized aliases" )
88
-
89
83
const files = `
90
84
-- go.mod --
91
85
module mod.test
You can’t perform that action at this time.
0 commit comments