| commit | 96c583b84cf976348b781be7c43e7220ce672474 | [log] [tgz] |
|---|---|---|
| author | Ian Lance Taylor <iant@golang.org> | Wed Aug 07 11:19:07 2013 -0700 |
| committer | Ian Lance Taylor <iant@golang.org> | Wed Aug 07 11:19:07 2013 -0700 |
| tree | 28c4b060f4682def0fe27a921b2920fd79ff94d4 | |
| parent | 5e0278b7a06bbf904349570238fbbdd08c504693 [diff] |
test: fix return.go to remove unused labels The gc compiler only gives an error about an unused label if it has not given any errors in an earlier pass. Remove all unused labels in this test because they don't test anything useful and they cause gccgo to give unexpected errors. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/12580044