Commit 50f57451 authored by Rob Pike's avatar Rob Pike

gob: fix build

delete reference to Debug function.

R=rsc
CC=golang-dev
https://golang.org/cl/4063048
parent 9b82481a
......@@ -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)
......
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