Commit 21a3aceb authored by Robert Griesemer's avatar Robert Griesemer

fix build: update image/png test

R=nigeltao
CC=golang-dev
https://golang.org/cl/5649062
parent 22636be8
......@@ -246,7 +246,7 @@ var readerErrors = []struct {
file string
err string
}{
{"invalid-zlib.png", "zlib checksum error"},
{"invalid-zlib.png", "zlib: invalid checksum"},
{"invalid-crc32.png", "invalid checksum"},
{"invalid-noend.png", "unexpected EOF"},
{"invalid-trunc.png", "unexpected EOF"},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment