]> Cypherpunks repositories - gostls13.git/commit
test: Make run.go's errorcheck behave like testlib.
authorDaniel Morsing <daniel.morsing@gmail.com>
Mon, 8 Oct 2012 14:36:45 +0000 (16:36 +0200)
committerDaniel Morsing <daniel.morsing@gmail.com>
Mon, 8 Oct 2012 14:36:45 +0000 (16:36 +0200)
commitc81293ada7184e5fed6aee632bbf9129a9a7f370
treeb1270dd4457ca9e7a34c90e10c753fa6285cd4a2
parent156d85c3e901d7bd7d03183fd4c986386db12446
test: Make run.go's errorcheck behave like testlib.

testlib will complain about any unmatched errors left in errorchecks while run.go will not.

Fixes #4141.

R=golang-dev, minux.ma, remyoudompheng, rsc
CC=golang-dev
https://golang.org/cl/6614060
test/run.go