summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug242.go
AgeCommit message (Collapse)AuthorFilesLines
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-2/+5
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike1-21/+31
in the tests, println+panic. gofmt some tests too. R=rsc CC=golang-dev http://codereview.appspot.com/741041
2010-02-01gc: bug242Russ Cox1-0/+121
R=ken2 CC=golang-dev http://codereview.appspot.com/198053