]> Cypherpunks repositories - gostls13.git/commit
test: restore binary.BigEndian use in checkbce
authorAlberto Donizetti <alb.donizetti@gmail.com>
Mon, 24 Sep 2018 21:05:39 +0000 (23:05 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 24 Sep 2018 21:20:51 +0000 (21:20 +0000)
commit8c1c6702f1a29f1944e6d0035dd8430dc8b43deb
tree8de69acac81bd5873c3d0660d242a5b0145a7694
parent5be78668ef311576c945c4dfc6cfb0716236a89f
test: restore binary.BigEndian use in checkbce

CL 136855 removed the encoding/binary dependency from the checkbce.go
test by defining a local Uint64 to fix the noopt builder; then a more
general mechanism to skip tests on the noopt builder was introduced in
CL 136898, so we can now restore the binary.Uint64 calls in testbce.

Change-Id: I3efbb41be0bfc446a7e638ce6a593371ead2684f
Reviewed-on: https://go-review.googlesource.com/137056
Run-TryBot: Alberto Donizetti <alb.donizetti@gmail.com>
Reviewed-by: Giovanni Bajo <rasky@develer.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
test/checkbce.go