diff --git a/src/math/big/int_test.go b/src/math/big/int_test.go index dff8057cf9..058dd96292 100644 --- a/src/math/big/int_test.go +++ b/src/math/big/int_test.go @@ -353,7 +353,7 @@ func checkBytes(b []byte) bool { } func TestBytes(t *testing.T) { - if err := quick.Check(checkSetBytes, nil); err != nil { + if err := quick.Check(checkBytes, nil); err != nil { t.Error(err) } }