summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug242.go
Commit message (Expand)AuthorAgeFilesLines
* test: use testlib (another bunch).R?my Oudompheng2012-02-181-1/+1
* gc: remove m[k] = x, falseRuss Cox2011-11-111-1/+2
* test: enable tests using v, ok := <-ch syntaxRobert Hencke2011-03-221-5/+3
* replace non-blocking send, receive syntax with selectRuss Cox2011-01-311-2/+5
* delete all uses of panicln by rewriting them using panic or,Rob Pike2010-03-241-21/+31
* gc: bug242Russ Cox2010-02-011-0/+121