diff options
Diffstat (limited to 'test/leaky-polygon.c')
-rw-r--r-- | test/leaky-polygon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/leaky-polygon.c b/test/leaky-polygon.c index 25268609..fbe74754 100644 --- a/test/leaky-polygon.c +++ b/test/leaky-polygon.c @@ -58,7 +58,7 @@ static cairo_test_draw_function_t draw; -cairo_test_t test = { +static const cairo_test_t test = { "leaky-polygon", "Exercises a corner case in the trapezoid rasterization in which pixels outside the trapezoids received a non-zero alpha", WIDTH, HEIGHT, |