mirror of
https://github.com/golang/go
synced 2024-11-20 02:54:39 -07:00
html: fix print argument in test
R=nigeltao CC=golang-dev https://golang.org/cl/5302069
This commit is contained in:
parent
6808da0163
commit
785baa86f1
@ -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())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user