]> Cypherpunks repositories - gostls13.git/commitdiff
encoding/gob: s/TestIngoreDepthLimit/TestIgnoreDepthLimit/
authorIan Lance Taylor <iant@golang.org>
Fri, 15 Jul 2022 02:47:59 +0000 (19:47 -0700)
committerGopher Robot <gobot@golang.org>
Fri, 15 Jul 2022 14:20:24 +0000 (14:20 +0000)
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>
src/encoding/gob/gobencdec_test.go

index 3d49887c016767805c704a398c37b86fd5520b0c..6fefd3675664b68e04fbf60df08a7a02ff61d9a9 100644 (file)
@@ -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