summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug178.go
AgeCommit message (Collapse)AuthorFilesLines
2009-07-29break and continue fixesRuss Cox1-0/+27
labeled break/continue was using first loop with any label, not first loop with the right label. R=ken OCL=32453 CL=32458