]> Cypherpunks repositories - gostls13.git/commit
text/template: check ignored error in a test
authorDaniel Martí <mvdan@mvdan.cc>
Mon, 11 Sep 2017 19:46:11 +0000 (21:46 +0200)
committerDaniel Martí <mvdan@mvdan.cc>
Wed, 13 Sep 2017 15:06:31 +0000 (15:06 +0000)
commitde2231888821add783305e7674bbb43d4d8453dc
treebf487831dd0c426689c2666a8e19222f9f955a6f
parentc2f8ed267b3fdfd06ca1a50aaf405886e52a8122
text/template: check ignored error in a test

Found with staticcheck. Not terribly important since the test would
likely fail anyway, but at least it will fail with a better explanation
now.

Change-Id: Ic3f9a94a2152404b7873cc8cd47b6db79d78c2e6
Reviewed-on: https://go-review.googlesource.com/62990
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/text/template/multi_test.go