summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug253.go
AgeCommit message (Collapse)AuthorFilesLines
2010-03-30single argument panicRuss Cox1-2/+3
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
2010-02-08Struct field ambiguity test.Ian Lance Taylor1-0/+28
gccgo gets this wrong at the moment. R=rsc CC=golang-dev http://codereview.appspot.com/205044