mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-03 08:10:19 +01:00
[test] Fix syntax typo in text-rotate
This commit is contained in:
parent
155a1b48f6
commit
7d91c8a2cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue