summaryrefslogtreecommitdiff
path: root/test/method3.go
Commit message (Collapse)AuthorAgeFilesLines
* test: commentary for [h-m]*.goRob Pike2012-02-231-1/+1
| | | | | | R=golang-dev, gri CC=golang-dev http://codereview.appspot.com/5674112
* 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
* delete all uses of panicln by rewriting them using panic or,Rob Pike2010-03-241-7/+11
| | | | | | | | | in the tests, println+panic. gofmt some tests too. R=rsc CC=golang-dev http://codereview.appspot.com/741041
* gc: method expressions on concrete typesRuss Cox2009-12-181-1/+7
| | | | | R=ken2 http://codereview.appspot.com/180092
* Automated g4 rollback of changelist 25024,Russ Cox2009-03-031-1/+1
| | | | | | | | | | plus significant hand editing. Back to T{x} for composite literals. R=r OCL=25612 CL=25632
* convert composite literals from { } to ( ).Russ Cox2009-02-131-1/+1
| | | | | | | | | | only non-trivial changes are in convlit1.go golden.out R=gri OCL=25019 CL=25024
* delete exportRuss Cox2009-01-201-2/+2
| | | | | | TBR=r OCL=23121 CL=23127
* convert tests; nothing interesting.Russ Cox2009-01-161-2/+2
| | | | | | R=r OCL=23012 CL=23014
* second pass on interface fixes and tests.Russ Cox2009-01-081-0/+25
R=ken OCL=22370 CL=22372