]> Cypherpunks repositories - gostls13.git/commitdiff
encoding/gob: correct issue number typo in comment
authorIan Lance Taylor <iant@golang.org>
Tue, 12 Jun 2018 23:41:14 +0000 (16:41 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 13 Jun 2018 05:33:59 +0000 (05:33 +0000)
Change-Id: I3ac25cf1770b5ac0d36690c37615b3badd27463d
Reviewed-on: https://go-review.googlesource.com/118455
Reviewed-by: Rob Pike <r@golang.org>
src/encoding/gob/encoder_test.go

index a41fc9e88978747942209fbd55125043134ff2b9..dc9bbcf35d8b5a9553f38e305773961d1f3ab35c 100644 (file)
@@ -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",