summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug096.go
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-1/+1
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+26
2011-09-13Imported Upstream version 60Ondřej Surý1-26/+0
2009-09-14fix "declared and not used" in tests;Russ Cox1-0/+1
also template/template.go, missed last time. R=r DELTA=116 (61 added, 10 deleted, 45 changed) OCL=34620 CL=34622
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-20delete exportRuss Cox1-2/+2
TBR=r OCL=23121 CL=23127
2009-01-16convert tests; nothing interesting.Russ Cox1-1/+1
R=r OCL=23012 CL=23014
2008-10-17update fixed bugs (and delete an irrelevant one)Rob Pike1-0/+25
R=rsc DELTA=328 (158 added, 170 deleted, 0 changed) OCL=17353 CL=17359