summaryrefslogtreecommitdiff
path: root/test/ken/chan1.go
AgeCommit message (Collapse)AuthorFilesLines
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+53
2011-09-13Imported Upstream version 60Ondřej Surý1-53/+0
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike1-26/+25
in the tests, println+panic. gofmt some tests too. R=rsc CC=golang-dev http://codereview.appspot.com/741041
2009-12-10trailing comma's are not accepted with current syntaxRobert Griesemer1-2/+1
R=rsc, ken2 http://codereview.appspot.com/174047
2009-12-10make test/ken safe for optional semisRobert Griesemer1-7/+4
R=rsc, ken2, ken3 http://codereview.appspot.com/174042
2009-08-17fix up some irregular indentationRob Pike1-2/+2
R=rsc OCL=33382 CL=33391
2009-05-08move things out of sys into os and runtimeRuss Cox1-3/+5
R=r OCL=28569 CL=28573
2009-01-26removed a:b in range syntaxKen Thompson1-0/+56
added another channel test R=r OCL=23488 CL=23488