diff mbox series

[fbtest,03/17] Test002: Fix test description

Message ID 20241215104508.191237-4-geert@linux-m68k.org
State New
Headers show
Series Export feature and large ellipses support | expand

Commit Message

Geert Uytterhoeven Dec. 15, 2024, 10:44 a.m. UTC
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(-)
diff mbox series

Patch

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,
 };