Commit 785baa86 authored by Russ Cox's avatar Russ Cox

html: fix print argument in test

R=nigeltao
CC=golang-dev
https://golang.org/cl/5302069
parent 6808da01
......@@ -439,7 +439,7 @@ loop:
}
z.Next()
if z.Error() != os.EOF {
t.Errorf("%s: want EOF got %q", tt.desc, z.Token().String())
t.Errorf("%s: want EOF got %q", tt.desc, z.Error())
}
}
}
......
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