From: Ian Lance Taylor Date: Tue, 12 Jun 2018 23:41:14 +0000 (-0700) Subject: encoding/gob: correct issue number typo in comment X-Git-Tag: go1.11beta1~125 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=f297d165c9b6518151f50eb59cec9bd95794986b;p=gostls13.git encoding/gob: correct issue number typo in comment Change-Id: I3ac25cf1770b5ac0d36690c37615b3badd27463d Reviewed-on: https://go-review.googlesource.com/118455 Reviewed-by: Rob Pike --- diff --git a/src/encoding/gob/encoder_test.go b/src/encoding/gob/encoder_test.go index a41fc9e889..dc9bbcf35d 100644 --- a/src/encoding/gob/encoder_test.go +++ b/src/encoding/gob/encoder_test.go @@ -1015,7 +1015,7 @@ type Bug4Secret struct { } // Test that a failed compilation doesn't leave around an executable encoder. -// Issue 3273. +// Issue 3723. func TestMutipleEncodingsOfBadType(t *testing.T) { x := Bug4Public{ Name: "name",