diff options
Diffstat (limited to 'src/cmd')
| -rw-r--r-- | src/cmd/compile/internal/rangefunc/rangefunc_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/compile/internal/rangefunc/rangefunc_test.go b/src/cmd/compile/internal/rangefunc/rangefunc_test.go index cd180f95a1..97ab254395 100644 --- a/src/cmd/compile/internal/rangefunc/rangefunc_test.go +++ b/src/cmd/compile/internal/rangefunc/rangefunc_test.go @@ -1407,7 +1407,7 @@ func TestVeryBad2(t *testing.T) { } } -// TestCheckVeryBad checks the behavior of an extremely poorly behaved iterator, +// TestVeryBadCheck checks the behavior of an extremely poorly behaved iterator, // which also suppresses the exceptions from "Check" func TestVeryBadCheck(t *testing.T) { result := veryBadCheck([]int{10, 20, 30, 40}) // even length |
