mirror of
https://github.com/golang/go
synced 2025-05-07 03:41:34 +00:00
fix "declared and not used" in tests;
also template/template.go, missed last time. R=r DELTA=116 (61 added, 10 deleted, 45 changed) OCL=34620 CL=34622
This commit is contained in:
src/pkg/template
test
235.gobigalg.go
bugs
complit.godecl.gofixedbugs
bug008.gobug009.gobug011.gobug012.gobug013.gobug017.gobug023.gobug024.gobug031.gobug053.gobug055.gobug057.gobug061.gobug069.gobug070.gobug071.gobug075.gobug077.gobug084.gobug087.go
gc.gogc1.gohashmap.goif.gobug088.dir
bug092.gobug094.gobug096.gobug098.gobug129.gobug135.gobug143.gobug144.gobug145.gobug154.gobug179.gobug187.gobug202.gointerface
ken
literal.gomethod.gonil.gostringrange.goswitch.gotest0.go@ -17,6 +17,7 @@ L:
|
||||
|
||||
L1:
|
||||
x := 1;
|
||||
_ = x;
|
||||
for {
|
||||
break L1; // ERROR "L1"
|
||||
continue L1; // ERROR "L1"
|
||||
|
Reference in New Issue
Block a user