use float64
This commit is contained in:
@@ -221,7 +221,7 @@ func TestClear(t *testing.T) {
|
||||
func TestCircle(t *testing.T) {
|
||||
type testCase struct {
|
||||
x, y int
|
||||
r float32
|
||||
r float64
|
||||
filled bool
|
||||
}
|
||||
for i, tc := range []testCase{
|
||||
|
||||
Reference in New Issue
Block a user