mirror of
https://github.com/golang/go
synced 2024-11-22 02:54:39 -07:00
gob: trivial print fix
R=golang-dev, gri CC=golang-dev https://golang.org/cl/5707062
This commit is contained in:
parent
b1b0ed1e60
commit
fc79058199
@ -709,7 +709,7 @@ func TestGobPtrSlices(t *testing.T) {
|
|||||||
t.Fatal("decode:", err)
|
t.Fatal("decode:", err)
|
||||||
}
|
}
|
||||||
if !reflect.DeepEqual(in, out) {
|
if !reflect.DeepEqual(in, out) {
|
||||||
t.Fatal("got %v; wanted %v", out, in)
|
t.Fatalf("got %v; wanted %v", out, in)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user