aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Findley <rfindley@google.com>2021-10-10 10:46:56 -0400
committerRobert Findley <rfindley@google.com>2021-10-11 22:17:47 +0000
commitb41030e6e00d1507141c7c00c014fe8bd9e41ef6 (patch)
tree3e4f3e6e18093cb798843d5a5ff555e3d1a9b2fb /src
parent662c5eed3324a334d2d9418deb9e60a6765ff972 (diff)
downloadgo-b41030e6e00d1507141c7c00c014fe8bd9e41ef6.tar.xz
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>
Diffstat (limited to 'src')
-rw-r--r--src/go/internal/gcimporter/gcimporter_test.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/go/internal/gcimporter/gcimporter_test.go b/src/go/internal/gcimporter/gcimporter_test.go
index 825f735db9..3a9ed79df6 100644
--- a/src/go/internal/gcimporter/gcimporter_test.go
+++ b/src/go/internal/gcimporter/gcimporter_test.go
@@ -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 {