1
0
mirror of https://github.com/golang/go synced 2024-09-29 17:24:34 -06:00

go/internal/gcimporter: enable importing typeparam/issue48424.go

This is a partial revert of CL 353389, now that go/types supports
eliding interface in constraints.

For #48424

Change-Id: Ibde26fb66bf6bd5a4c919acffd045a57783d1b47
Reviewed-on: https://go-review.googlesource.com/c/go/+/354990
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
This commit is contained in:
Robert Findley 2021-10-10 10:46:56 -04:00
parent 662c5eed33
commit b41030e6e0

View File

@ -165,9 +165,8 @@ func TestImportTypeparamTests(t *testing.T) {
}
skip := map[string]string{
"equal.go": "inconsistent embedded sorting", // TODO(rfindley): investigate this.
"nested.go": "fails to compile", // TODO(rfindley): investigate this.
"issue48424.go": "go/types support missing", // TODO: need to implement this if #48424 is accepted
"equal.go": "inconsistent embedded sorting", // TODO(rfindley): investigate this.
"nested.go": "fails to compile", // TODO(rfindley): investigate this.
}
for _, entry := range list {