]> Cypherpunks.ru repositories - gostls13.git/commit
test: fix return.go to remove unused labels
authorIan Lance Taylor <iant@golang.org>
Wed, 7 Aug 2013 18:19:07 +0000 (11:19 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 7 Aug 2013 18:19:07 +0000 (11:19 -0700)
commit96c583b84cf976348b781be7c43e7220ce672474
tree28c4b060f4682def0fe27a921b2920fd79ff94d4
parent5e0278b7a06bbf904349570238fbbdd08c504693
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
test/return.go