The test does not draw circles, but ellipses. Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> --- tests/test002.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }; -- 2.34.1