]> Cypherpunks repositories - gostls13.git/commit
test: change bug040 to use errorcheck
authorIan Lance Taylor <iant@golang.org>
Sat, 18 Feb 2012 04:35:40 +0000 (20:35 -0800)
committerIan Lance Taylor <iant@golang.org>
Sat, 18 Feb 2012 04:35:40 +0000 (20:35 -0800)
commit292bd04a434dcd294f243e247d6e3811a0921994
tree2eda5b6778476832ceaf8a8734316942191b5778
parentf228ed1a90ad22680a57df85c4796c83e636ef71
test: change bug040 to use errorcheck

Because bug040.go was ignoring all error messages, the fact
that it got an error about fuction main was being ignored.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5675085
test/fixedbugs/bug040.go