diff options
Diffstat (limited to 'test/select-font-face.c')
-rw-r--r-- | test/select-font-face.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/select-font-face.c b/test/select-font-face.c index 57120ca1..c5ff56b7 100644 --- a/test/select-font-face.c +++ b/test/select-font-face.c @@ -29,7 +29,7 @@ static cairo_test_draw_function_t draw; -cairo_test_t test = { +static const cairo_test_t test = { "select-font-face", "Tests using cairo_select_font_face to draw text in different faces", 192, TEXT_SIZE + 4, |