]> Cypherpunks.ru repositories - gostls13.git/commit
go/types: list errors by default in TestManual
authorRob Findley <rfindley@google.com>
Fri, 30 Apr 2021 19:38:11 +0000 (15:38 -0400)
committerRobert Findley <rfindley@google.com>
Sat, 1 May 2021 11:43:19 +0000 (11:43 +0000)
commit879db69ce2de814bc3203c39b45617ba51cc5366
treeced65808c9326ab985e561266e30c532fe95ee27
parenta9db5a73867f676f2f6a1b8fd2bb61d06b0a10f7
go/types: list errors by default in TestManual

This is a port of CL 315729 to go/types, adjusted for the slightly
different test set-up in go/types.

Added a TODO to reconcile these differences.

Change-Id: I71cae712d8fc23b7311ce35e09168b258e07fa35
Reviewed-on: https://go-review.googlesource.com/c/go/+/315850
Trust: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
src/go/types/check_test.go