summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug179.go
AgeCommit message (Collapse)AuthorFilesLines
2012-02-29Imported Upstream version 2012.02.22Ondřej Surý1-1/+1
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-6/+8
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-07-29break and continue fixesRuss Cox1-0/+24
labeled break/continue was using first loop with any label, not first loop with the right label. R=ken OCL=32453 CL=32458