]> Cypherpunks.ru repositories - gostls13.git/commit
go/types, types2: always run tests with and without _Alias nodes enabled
authorRobert Griesemer <gri@golang.org>
Thu, 9 Nov 2023 21:36:17 +0000 (13:36 -0800)
committerGopher Robot <gobot@golang.org>
Fri, 10 Nov 2023 20:43:45 +0000 (20:43 +0000)
commit4346ba34df6b830b629f716002ce83d2e9c41288
tree23ece92071c30403e3037ab65dc13841061cdad0
parente323e7d973cbc0fb979bee35baa606b72f38b408
go/types, types2: always run tests with and without _Alias nodes enabled

In manual mode, _Alias nodes are disabled by default and can be
enabled with a line comment (// -alias) at the start of a file.

Follow-up on feedback for CL 521956.

Change-Id: I937eb2e58e9e96fa6785ac45ca19e6328d2bd1fa
Reviewed-on: https://go-review.googlesource.com/c/go/+/541295
Reviewed-by: Robert Griesemer <gri@google.com>
Auto-Submit: Robert Griesemer <gri@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Griesemer <gri@google.com>
src/cmd/compile/internal/types2/check_test.go
src/go/types/check_test.go