diff options
Diffstat (limited to 'test/over-below-source.c')
-rw-r--r-- | test/over-below-source.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/over-below-source.c b/test/over-below-source.c index df7e7d10..74dac6f6 100644 --- a/test/over-below-source.c +++ b/test/over-below-source.c @@ -39,7 +39,7 @@ static cairo_test_draw_function_t draw; * surface, it's the reverse where OVER is native while SOURCE is a * fallback. */ -cairo_test_t test = { +static const cairo_test_t test = { "over-below-source", "A simple test drawing a circle with OVER before a triangle drawn with SOURCE", WIDTH, HEIGHT, |