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