summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug082.go
AgeCommit message (Collapse)AuthorFilesLines
2010-03-30single argument panicRuss Cox1-6/+9
note that sortmain.go has been run through hg gofmt; only the formatting of the day initializers changed. i'm happy to revert that formatting if you'd prefer. stop on error in doc/progs/run R=r CC=golang-dev http://codereview.appspot.com/850041
2008-08-11fix bug depot:Rob Pike1-1/+1
1) fix print statements, panic statements (parentheses required) 2) len is now allowed as a var name (bug053) R=gri OCL=14106 CL=14106
2008-08-11update tests.Rob Pike1-0/+18
fixedbugs/bug012.go is broken again but i left it where it is, with the golden file not reflecting the breakage so it will be noticed R=ken,gri OCL=14073 CL=14073