diff --git a/test/text-rotate.c b/test/text-rotate.c index 43b8e2a29..71d9cc366 100644 --- a/test/text-rotate.c +++ b/test/text-rotate.c @@ -94,7 +94,7 @@ static cairo_test_draw_function_t draw; cairo_test_t test = { "text-rotate", - "Tests show_text under various rotations" + "Tests show_text under various rotations", WIDTH, HEIGHT, draw };