aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/types2/stdlib_test.go
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2021-02-10 12:32:59 -0800
committerRobert Griesemer <gri@golang.org>2021-02-10 22:35:14 +0000
commitddec18cf827f3e21868892e1b4df48281314d69a (patch)
treea33e4f626de2984232d80735fcf55d3abf961269 /src/cmd/compile/internal/types2/stdlib_test.go
parentfdf3496fccfd5c5593ac9e03804ffc8feeb59dbc (diff)
downloadgo-ddec18cf827f3e21868892e1b4df48281314d69a.tar.gz
go-ddec18cf827f3e21868892e1b4df48281314d69a.zip
[dev.typeparams] cmd/compile/internal/types2: overlapping embedded interfaces requires go1.14
Add respective check to type checker. Enables another excluded test in test/run.go. This CL completes the currently required checks for language compatibility in types2. Updates #31793. Change-Id: Icececff9e6023d38f600c93bcb54cdcafcf501b9 Reviewed-on: https://go-review.googlesource.com/c/go/+/290911 Trust: Robert Griesemer <gri@golang.org> Reviewed-by: Robert Findley <rfindley@google.com>
Diffstat (limited to 'src/cmd/compile/internal/types2/stdlib_test.go')
-rw-r--r--src/cmd/compile/internal/types2/stdlib_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/compile/internal/types2/stdlib_test.go b/src/cmd/compile/internal/types2/stdlib_test.go
index 2949e23019..0477e54998 100644
--- a/src/cmd/compile/internal/types2/stdlib_test.go
+++ b/src/cmd/compile/internal/types2/stdlib_test.go
@@ -192,7 +192,6 @@ func TestStdFixed(t *testing.T) {
"issue22200b.go", // go/types does not have constraints on stack size
"issue25507.go", // go/types does not have constraints on stack size
"issue20780.go", // go/types does not have constraints on stack size
- "issue34329.go", // go/types does not have constraints on language level (-lang=go1.13) (see #31793)
"issue42058a.go", // go/types does not have constraints on channel element size
"issue42058b.go", // go/types does not have constraints on channel element size
"bug251.go", // issue #34333 which was exposed with fix for #34151