]> Cypherpunks repositories - gostls13.git/commit
Verify that a send on a sychronous channel waits until the
authorIan Lance Taylor <iant@golang.org>
Sat, 2 May 2009 19:47:33 +0000 (12:47 -0700)
committerIan Lance Taylor <iant@golang.org>
Sat, 2 May 2009 19:47:33 +0000 (12:47 -0700)
commitbe827826eff2e339d8d8eb4315e518bb2e5b8905
tree07f4f1b805835b45fafce1b27fee96bcc53505cb
parent0d6a5f417f361158153e70f8f67519f443a20cf6
Verify that a send on a sychronous channel waits until the
value has been received.  This failed with gccgo before
today.

R=ken,r
DELTA=18  (18 added, 0 deleted, 0 changed)
OCL=28185
CL=28190
test/fixedbugs/bug147.go [new file with mode: 0644]