summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug201.go
AgeCommit message (Collapse)AuthorFilesLines
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike1-14/+26
in the tests, println+panic. gofmt some tests too. R=rsc CC=golang-dev http://codereview.appspot.com/741041
2009-09-15last round: non-package codeRuss Cox1-6/+6
R=r DELTA=127 (38 added, 3 deleted, 86 changed) OCL=34640 CL=34650
2009-09-02the last bug involving type hashesRuss Cox1-0/+36
R=ken OCL=34244 CL=34249