diff options
Diffstat (limited to 'test/smask-paint.c')
-rw-r--r-- | test/smask-paint.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/smask-paint.c b/test/smask-paint.c index c075ade3..d0b9e945 100644 --- a/test/smask-paint.c +++ b/test/smask-paint.c @@ -27,7 +27,7 @@ static cairo_test_draw_function_t draw; -cairo_test_t test = { +static const cairo_test_t test = { "smask-paint", "Test the support of \"soft\" masks with paints", 60, 60, @@ -87,4 +87,3 @@ main (void) { return cairo_test (&test); } - |