From: Ian Lance Taylor Date: Fri, 15 Jul 2022 02:47:59 +0000 (-0700) Subject: encoding/gob: s/TestIngoreDepthLimit/TestIgnoreDepthLimit/ X-Git-Tag: go1.19~3^2~42 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4651ebf96191ffa3c0bc4c0b479bc97fbdd97b67;p=gostls13.git encoding/gob: s/TestIngoreDepthLimit/TestIgnoreDepthLimit/ For #53615 Change-Id: Ib85004d400931094fc1ea933cf73f4a5157aece1 Reviewed-on: https://go-review.googlesource.com/c/go/+/417559 TryBot-Result: Gopher Robot Run-TryBot: Ian Lance Taylor Auto-Submit: Ian Lance Taylor Reviewed-by: Ian Lance Taylor Reviewed-by: Dmitri Shuralyov Run-TryBot: Ian Lance Taylor Reviewed-by: Dmitri Shuralyov --- diff --git a/src/encoding/gob/gobencdec_test.go b/src/encoding/gob/gobencdec_test.go index 3d49887c01..6fefd36756 100644 --- a/src/encoding/gob/gobencdec_test.go +++ b/src/encoding/gob/gobencdec_test.go @@ -798,7 +798,7 @@ func TestNetIP(t *testing.T) { } } -func TestIngoreDepthLimit(t *testing.T) { +func TestIgnoreDepthLimit(t *testing.T) { // We don't test the actual depth limit because it requires building an // extremely large message, which takes quite a while. oldNestingDepth := maxIgnoreNestingDepth