Message ID | 20241215104508.191237-4-geert@linux-m68k.org (mailing list archive) |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | Export feature and large ellipses support | expand |
diff --git a/tests/test002.c b/tests/test002.c index 8f7cab0537535fcb..e24f0b3c629cf369 100644 --- a/tests/test002.c +++ b/tests/test002.c @@ -49,7 +49,7 @@ static enum test_res test002_func(void) const struct test test002 = { .name = "test002", - .desc = "Draw a grid and some circles", + .desc = "Draw a grid and some ellipses", .visual = VISUAL_MONO, .func = test002_func, };
The test does not draw circles, but ellipses. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> --- tests/test002.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)