]> Cypherpunks repositories - gostls13.git/commit
runtime: fix stringw test.
authorKeith Randall <khr@golang.org>
Tue, 17 Jun 2014 16:17:33 +0000 (09:17 -0700)
committerKeith Randall <khr@golang.org>
Tue, 17 Jun 2014 16:17:33 +0000 (09:17 -0700)
commit2b309c6e225a908132ddf34316286ec0cdfdb98f
tree8d1d9a7f23a7c698aa2ec7ed01c921eb68e3f95d
parent63393faedf65b5b3719965cd4dead9a634be352f
runtime: fix stringw test.

Null terminate string.  Make it endian-agnostic.

TBR=bradfitz
R=golang-codereviews
CC=golang-codereviews
https://golang.org/cl/106060044
src/pkg/runtime/export_test.go
src/pkg/runtime/string_test.go