diff options
| author | Ian Lance Taylor <iant@golang.org> | 2018-06-12 16:41:14 -0700 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2018-06-13 05:33:59 +0000 |
| commit | f297d165c9b6518151f50eb59cec9bd95794986b (patch) | |
| tree | cc96c55d882f1d9fd15576b663d1a71505485c70 /src/encoding | |
| parent | 930185f26dfc85615511fa14ed5f831fb9aa266f (diff) | |
| download | go-f297d165c9b6518151f50eb59cec9bd95794986b.tar.xz | |
encoding/gob: correct issue number typo in comment
Change-Id: I3ac25cf1770b5ac0d36690c37615b3badd27463d
Reviewed-on: https://go-review.googlesource.com/118455
Reviewed-by: Rob Pike <r@golang.org>
Diffstat (limited to 'src/encoding')
| -rw-r--r-- | src/encoding/gob/encoder_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
