summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug334.go
Commit message (Collapse)AuthorAgeFilesLines
* test: use testlib (another bunch).R?my Oudompheng2012-02-181-1/+1
| | | | | | | | | | | Apply sed with: 1s,^// $G $D/$F.go && $L $F.$A && ./$A.out || echo.*,// run, 1s,^// $G $D/$F.go || echo.*,// compile, R=golang-dev, rsc CC=golang-dev http://codereview.appspot.com/5656099
* gc: allow complex types to be receiver typesRobert Hencke2011-04-251-0/+31
Fixes issue 1716. R=golang-dev, rsc1, rsc CC=golang-dev http://codereview.appspot.com/4439068 Committer: Russ Cox <rsc@golang.org>