]> Cypherpunks repositories - gostls13.git/commit
test: update for gofrontend error message changes
authorIan Lance Taylor <iant@golang.org>
Tue, 15 Dec 2020 21:15:07 +0000 (13:15 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 15 Dec 2020 21:45:05 +0000 (21:45 +0000)
commit731bb540381e1b79c85b0bdcb95af90f6bde7b89
tree8f0bd7bc0928df41b2cf74a3234cda7bbe98f089
parent129bb1917b4914f0743ec9b4ef0dfb74df39c07d
test: update for gofrontend error message changes

fixedbugs/bug195.go:9:20: error: interface contains embedded non-interface
fixedbugs/bug195.go:12:20: error: interface contains embedded non-interface
fixedbugs/bug195.go:15:22: error: interface contains embedded non-interface
fixedbugs/bug195.go:18:9: error: invalid recursive interface
fixedbugs/bug195.go:26:9: error: invalid recursive interface

fixedbugs/bug251.go:15:9: error: invalid recursive interface

fixedbugs/issue23823.go:15:9: error: invalid recursive interface

Change-Id: If4c22430557459d5b361beda7168f8cb42b58811
Reviewed-on: https://go-review.googlesource.com/c/go/+/278512
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
test/fixedbugs/bug195.go
test/fixedbugs/bug251.go
test/fixedbugs/issue23823.go