summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug254.go
AgeCommit message (Collapse)AuthorFilesLines
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike1-1/+2
in the tests, println+panic. gofmt some tests too. R=rsc CC=golang-dev http://codereview.appspot.com/741041
2010-02-12gc: diagnose invalid array boundsRuss Cox1-0/+16
Fixes issue 587. R=ken2 CC=golang-dev http://codereview.appspot.com/207085