mirror of
https://github.com/golang/go
synced 2024-11-22 01:44:40 -07:00
gob: fix build
delete reference to Debug function. R=rsc CC=golang-dev https://golang.org/cl/4063048
This commit is contained in:
parent
9b82481a96
commit
50f574515c
@ -405,7 +405,6 @@ func TestNestedInterfaces(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Fatal("Encode:", err)
|
||||
}
|
||||
Debug(bytes.NewBuffer(buf.Bytes()))
|
||||
err = d.Decode(&v)
|
||||
if err != nil {
|
||||
t.Fatal("Decode:", err)
|
||||
|
Loading…
Reference in New Issue
Block a user