]> Cypherpunks repositories - gostls13.git/commit
test: match gofrontend error messages
authorIan Lance Taylor <iant@golang.org>
Thu, 3 Dec 2020 20:02:00 +0000 (12:02 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 3 Dec 2020 20:30:02 +0000 (20:30 +0000)
commitbacb307b80747deaf6a017f5b3cee4e3cb115f61
treeb5a7efc4b73ef733d75ceecabf664218ee131993
parent7f5a3196c92c9fbe6d691d022202cbbda6e7a431
test: match gofrontend error messages

fixedbugs/bug487.go:17:17: error: function result count mismatch
fixedbugs/bug487.go:18:16: error: function result count mismatch

fixedbugs/issue6977.go:37:26: error: duplicate method ‘m’
fixedbugs/issue6977.go:38:21: error: duplicate method ‘m’
fixedbugs/issue6977.go:39:26: error: duplicate method ‘m’
fixedbugs/issue6977.go:40:21: error: duplicate method ‘m’

Change-Id: Ie3c8a4650cd8f4c239bdceac25dc188a6a50ca34
Reviewed-on: https://go-review.googlesource.com/c/go/+/275178
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
test/fixedbugs/bug487.go
test/fixedbugs/issue6977.go