]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/types2: review of issues_test.go
authorRobert Griesemer <gri@golang.org>
Sat, 20 Feb 2021 00:58:24 +0000 (16:58 -0800)
committerRobert Griesemer <gri@golang.org>
Tue, 23 Feb 2021 04:13:16 +0000 (04:13 +0000)
commit89eb2b55b9d128f0bd2bfada5d8b2bb115e1d6d8
tree6ffb3c611026cc9800cbec30e0b033aaae4e0043
parent378f73e2d56998fba872decd61583d96cd9b1f77
cmd/compile/internal/types2: review of issues_test.go

The changes between (equivalent, and reviewed) go/types/issues_test.go
and issues_test.go can be seen by comparing patchset 1 and 3. The actual
change is just removing the "// UNREVIEWED" marker and making making
some minor code adjustments to match go/types's version more closely.

Change-Id: I26f3f700d12db69fc68161a6b0dc081a0e9cd0d4
Reviewed-on: https://go-review.googlesource.com/c/go/+/294473
Trust: Robert Griesemer <gri@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
src/cmd/compile/internal/types2/issues_test.go