summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug147.go
AgeCommit message (Collapse)AuthorFilesLines
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike1-11/+15
in the tests, println+panic. gofmt some tests too. R=rsc CC=golang-dev http://codereview.appspot.com/741041
2009-05-02Verify that a send on a sychronous channel waits until theIan Lance Taylor1-0/+22
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