summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug055.go
AgeCommit message (Collapse)AuthorFilesLines
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-12/+17
2009-12-10make test/fixedbugs save for optional semisRobert Griesemer1-1/+1
R=rsc http://codereview.appspot.com/173045
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
2008-10-07update code to follow new semicolon rules:Russ Cox1-6/+6
* 1. all statements and declarations are terminated by semicolons * 2. semicolons can be omitted at top level. * 3. semicolons can be omitted before and after the closing ) or } * on a list of statements or declarations. /home/rsc/bin/addsemi and then diff+tweak. R=r,gri OCL=16620 CL=16643
2008-07-17update testsRob Pike1-0/+21
SVN=127826