]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/test: use char, not int, so test works on big-endian systems
authorIan Lance Taylor <iant@golang.org>
Tue, 25 Jun 2019 17:58:47 +0000 (10:58 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 25 Jun 2019 21:47:04 +0000 (21:47 +0000)
commit6d1aaf143c879ae7acbd20a1e60bf74681bf6055
tree9a96f50aafffc8bb44ba0bd0fe78e7e9075b4590
parent343b7fa6261a5b0ceaafed535438249ffa5686de
misc/cgo/test: use char, not int, so test works on big-endian systems

Updates #32579
Fixes #32770

Change-Id: I32d1dea7505e8ad22e11a9806e10d096924b729b
Reviewed-on: https://go-review.googlesource.com/c/go/+/183778
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
misc/cgo/test/test.go