diff options
Diffstat (limited to 'src/encoding/gob')
| -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 484be43c47..d99b0715f9 100644 --- a/src/encoding/gob/encoder_test.go +++ b/src/encoding/gob/encoder_test.go @@ -1017,7 +1017,7 @@ type Bug4Secret struct { // Test that a failed compilation doesn't leave around an executable encoder. // Issue 3723. -func TestMutipleEncodingsOfBadType(t *testing.T) { +func TestMultipleEncodingsOfBadType(t *testing.T) { x := Bug4Public{ Name: "name", Secret: Bug4Secret{1}, |
