]> Cypherpunks repositories - gostls13.git/commit
test: recognize new gofrontend error message
authorIan Lance Taylor <iant@golang.org>
Mon, 4 Jul 2022 20:16:46 +0000 (13:16 -0700)
committerIan Lance Taylor <iant@google.com>
Wed, 6 Jul 2022 00:02:11 +0000 (00:02 +0000)
commit2007599dc83aff17d8261338e8d2ab1f2c518a9b
treefec7157ae2e630abd3434fef5f0194b0497bb2d7
parentd602380f58e2a2ab4b262c7d69b78ff634cba5e8
test: recognize new gofrontend error message

The new gofrontend message matches other gofrontend error messages,
so adjust the test to accept it.

For #27938
For #51237

Change-Id: I29b536f83a0cf22b1dbdae9abc2f5f6cf21d522d
Reviewed-on: https://go-review.googlesource.com/c/go/+/416014
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
test/fixedbugs/issue27938.go