aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2022-07-14 19:47:59 -0700
committerGopher Robot <gobot@golang.org>2022-07-15 14:20:24 +0000
commit4651ebf96191ffa3c0bc4c0b479bc97fbdd97b67 (patch)
tree27fa0cec7d76140e06987cfba04792915c538eb0
parentdc00aed6de101700fd02b30f93789b9e9e1fe9a1 (diff)
downloadgo-4651ebf96191ffa3c0bc4c0b479bc97fbdd97b67.tar.gz
go-4651ebf96191ffa3c0bc4c0b479bc97fbdd97b67.zip
encoding/gob: s/TestIngoreDepthLimit/TestIgnoreDepthLimit/
For #53615 Change-Id: Ib85004d400931094fc1ea933cf73f4a5157aece1 Reviewed-on: https://go-review.googlesource.com/c/go/+/417559 TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Run-TryBot: Ian Lance Taylor <iant@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
-rw-r--r--src/encoding/gob/gobencdec_test.go2
1 files changed, 1 insertions, 1 deletions
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