From 4651ebf96191ffa3c0bc4c0b479bc97fbdd97b67 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 14 Jul 2022 19:47:59 -0700 Subject: [PATCH] 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 --- src/encoding/gob/gobencdec_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0