Commit f297d165 authored by Ian Lance Taylor's avatar Ian Lance Taylor

encoding/gob: correct issue number typo in comment

Change-Id: I3ac25cf1770b5ac0d36690c37615b3badd27463d
Reviewed-on: https://go-review.googlesource.com/118455Reviewed-by: 's avatarRob Pike <r@golang.org>
parent 930185f2
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment