summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug143.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/+44
2011-09-13Imported Upstream version 60Ondřej Surý1-44/+0
2009-09-15last round: non-package codeRuss Cox1-3/+6
R=r DELTA=127 (38 added, 3 deleted, 86 changed) OCL=34640 CL=34650
2009-09-14fix "declared and not used" in tests;Russ Cox1-1/+2
also template/template.go, missed last time. R=r DELTA=116 (61 added, 10 deleted, 45 changed) OCL=34620 CL=34622
2009-06-25update tests for CL 30586.Russ Cox1-5/+2
won't submit unless 30586 goes in. R=r DELTA=94 (65 added, 16 deleted, 13 changed) OCL=30592 CL=30755
2009-04-21Extend fixedbugs/bug143.go with function return values,David Symonds1-1/+14
as a regression test for the fix made in s2/27706. R=r APPROVED=r DELTA=14 (13 added, 0 deleted, 1 changed) OCL=27707 CL=27709
2009-04-21bug143 is fixedRob Pike1-0/+30
R=dsymonds DELTA=58 (26 added, 32 deleted, 0 changed) OCL=27698 CL=27698