summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug119.go
AgeCommit message (Collapse)AuthorFilesLines
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike1-4/+9
in the tests, println+panic. gofmt some tests too. R=rsc CC=golang-dev http://codereview.appspot.com/741041
2009-06-25update tests for CL 30586.Russ Cox1-2/+1
won't submit unless 30586 goes in. R=r DELTA=94 (65 added, 16 deleted, 13 changed) OCL=30592 CL=30755
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-2/+2
plus significant hand editing. Back to T{x} for composite literals. R=r OCL=25612 CL=25632
2009-02-13convert composite literals from { } to ( ).Russ Cox1-2/+2
only non-trivial changes are in convlit1.go golden.out R=gri OCL=25019 CL=25024
2009-01-05clean up some testsRob Pike1-2/+2
R=rsc DELTA=10 (1 added, 2 deleted, 7 changed) OCL=22033 CL=22033
2008-12-18convert *[] to [].Russ Cox1-1/+1
R=r OCL=21563 CL=21571
2008-12-16update tests - 119 is fixedRob Pike1-0/+32
R=gri DELTA=62 (28 added, 34 deleted, 0 changed) OCL=21269 CL=21271