]> Cypherpunks repositories - gostls13.git/commit
Fix expected string.
authorIan Lance Taylor <iant@golang.org>
Mon, 1 Feb 2010 04:31:15 +0000 (20:31 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 1 Feb 2010 04:31:15 +0000 (20:31 -0800)
commit5bb7bf08bd839da48d9fc3dcc7eb6a3eb339b019
treea00e17fce62700ecc7a7de684685927f4e82a323
parenta91e524bc1c9d3a8b00d479364518683159038ec
Fix expected string.

I got it wrong because gccgo was incorrectly failing to clear
the value when a nonblocking receive did not receive
anything.

R=rsc
CC=golang-dev
https://golang.org/cl/194161
test/bugs/bug242.go