mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
bytes: correct message in test log
Change-Id: Ib731874b9a37ff141e4305d8ccfdf7c165155da6 Reviewed-on: https://go-review.googlesource.com/64930 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
7582494e06
commit
a696db1be1
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,7 @@ func TestBasicOperations(t *testing.T) {
|
|||
|
||||
n, err = buf.Write([]byte(data[2:26]))
|
||||
if n != 24 {
|
||||
t.Errorf("wrote 25 bytes, but n == %d", n)
|
||||
t.Errorf("wrote 24 bytes, but n == %d", n)
|
||||
}
|
||||
check(t, "TestBasicOperations (6)", &buf, string(data[0:26]))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue