aboutsummaryrefslogtreecommitdiff
path: root/src/encoding
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2018-06-12 16:41:14 -0700
committerIan Lance Taylor <iant@golang.org>2018-06-13 05:33:59 +0000
commitf297d165c9b6518151f50eb59cec9bd95794986b (patch)
treecc96c55d882f1d9fd15576b663d1a71505485c70 /src/encoding
parent930185f26dfc85615511fa14ed5f831fb9aa266f (diff)
downloadgo-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.go2
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",