mirror of
https://github.com/golang/go
synced 2024-11-19 14:24:47 -07:00
math/big: fix copy-paste mistake in int_test.go
Change-Id: If986ed2cf94efba92763d00a3182047c05d6f805 Reviewed-on: https://go-review.googlesource.com/8133 Reviewed-by: Minux Ma <minux@golang.org>
This commit is contained in:
parent
4ec7e76a74
commit
ff1f3a11e4
@ -353,7 +353,7 @@ func checkBytes(b []byte) bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestBytes(t *testing.T) {
|
func TestBytes(t *testing.T) {
|
||||||
if err := quick.Check(checkSetBytes, nil); err != nil {
|
if err := quick.Check(checkBytes, nil); err != nil {
|
||||||
t.Error(err)
|
t.Error(err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user