]> Cypherpunks repositories - gostls13.git/commit
go/types: include test/fixedbugs/bug073.go again in test
authorRobert Griesemer <gri@golang.org>
Thu, 24 Jan 2019 04:47:44 +0000 (20:47 -0800)
committerRobert Griesemer <gri@golang.org>
Sun, 17 Feb 2019 04:39:22 +0000 (04:39 +0000)
commit5aac0f0d1edbeb03ffe1c189ec97d55c2a7c1e84
tree189452525e107ed395ae0c0d61a20733613dc6c8
parentdca707b2a040642bb46aa4da4fb4eb6188cc2502
go/types: include test/fixedbugs/bug073.go again in test

This test was excluded from the go/types std lib test
because it tested old behavior (shift count must be
an unsigned int). With the compiler changes made and
the test adjusted accordingly, we can include it again.

Updates #19113.

Change-Id: If9b6b83505d2bd2b426fcefa225986d73658a229
Reviewed-on: https://go-review.googlesource.com/c/159319
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
src/go/types/stdlib_test.go