]> Cypherpunks.ru repositories - gostls13.git/commit
test: fix error check messages for 2 types2 tests
authorZachary Burkett <zburkett@splitcubestudios.com>
Sat, 29 May 2021 19:54:10 +0000 (19:54 +0000)
committerRobert Griesemer <gri@golang.org>
Wed, 2 Jun 2021 05:14:45 +0000 (05:14 +0000)
commitd2b435117d3a1db612ad894125b8ab673a5a46ee
treeef64315d120a6016a92d84ee70dbf32c90bd94ba
parentb1f48e8addb640b6cbfad56d790b7702ff9fd30d
test: fix error check messages for 2 types2 tests

Many compiler tests fail with -G=3 due to changes in error message format.
This commit fixes two of these tests, to ensure I am on the right track in review.

Updates #46447

Change-Id: I138956d536a1d48ca9198e6ddbfde13865bb5dd5
GitHub-Last-Rev: 0ed904b9fad5e6739fee02ab48c7bc66508d736b
GitHub-Pull-Request: golang/go#46445
Reviewed-on: https://go-review.googlesource.com/c/go/+/323314
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Robert Griesemer <gri@golang.org>
Trust: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
test/complit1.go
test/ddd1.go
test/run.go