commit | eb788045d85f48980b8513a71661fcf3100c98c8 | [log] [tgz] |
---|---|---|
author | Nigel Tao <nigeltao@golang.org> | Fri Jun 13 17:43:02 2014 +1000 |
committer | Nigel Tao <nigeltao@golang.org> | Fri Jun 13 17:43:02 2014 +1000 |
tree | 509bd7bb8a764deb137c5d4b8a8c8e4858f1fafa | |
parent | 7d3be61386bd7aab350b443808e2b0e5171033a9 [diff] |
image/png: fix compare-to-golden-file test. bufio.Scanner.Scan returns whether the scan succeeded, not whether it is done, so the test was mistakenly breaking early. LGTM=r R=r CC=golang-codereviews https://golang.org/cl/93670045