]> Cypherpunks.ru repositories - gostls13.git/commit
test: recognize new gofrontend error message
authorIan Lance Taylor <iant@golang.org>
Sun, 29 Nov 2020 01:51:18 +0000 (17:51 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 30 Nov 2020 20:04:55 +0000 (20:04 +0000)
commitd6abf298cf1ef56dc8cbec2ee9a18c071bb6eb3c
tree57d39641aaddd9985d1cc9fe7f9dffe9fe8b7017
parentc193279e2c9e62e8ddc0893484251b4411461d62
test: recognize new gofrontend error message

As of https://golang.org/cl/273886:

fixedbugs/bug340.go:15:18: error: reference to method ‘x’ in interface with no methods

For golang/go#10700

Change-Id: Id29eb0e34bbb524117614229c4c27cfd17dae286
Reviewed-on: https://go-review.googlesource.com/c/go/+/273887
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
test/fixedbugs/bug340.go