Skip to content

Commit

Permalink
encoding/gob: correct issue number typo in comment
Browse files Browse the repository at this point in the history
Change-Id: I3ac25cf1770b5ac0d36690c37615b3badd27463d
Reviewed-on: https://go-review.googlesource.com/118455
Reviewed-by: Rob Pike <r@golang.org>
  • Loading branch information
ianlancetaylor committed Jun 13, 2018
1 parent 930185f commit f297d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/encoding/gob/encoder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f297d16

Please sign in to comment.