Skip to content
Snippets Groups Projects
Commit 4c4f586e authored by Damien George's avatar Damien George
Browse files

tests/extmod/framebuf1: Add test for no-op fill_rect.

parent 213a7189
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ print('rect', buf)
#fill rect
fbuf.fill(0)
fbuf.fill_rect(0, 0, 0, 3, 1) # zero width, no-operation
fbuf.fill_rect(1, 1, 3, 3, 1)
print('fill_rect', buf)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment