diff --git a/Tests/test_imagedraw.py b/Tests/test_imagedraw.py index a98d959bb..19c58054c 100644 --- a/Tests/test_imagedraw.py +++ b/Tests/test_imagedraw.py @@ -64,7 +64,6 @@ class TestImageDraw(PillowTestCase): draw = ImageDraw.Draw(im) # Act - # FIXME Fill param should be named outline. draw.arc(bbox, 0, 180) del draw