summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug185.go
AgeCommit message (Collapse)AuthorFilesLines
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike1-11/+13
in the tests, println+panic. gofmt some tests too. R=rsc CC=golang-dev http://codereview.appspot.com/741041
2009-08-07bug185 - return b,a from func() (a,b int)Russ Cox1-0/+33
R=ken OCL=32900 CL=32900