diff options
Diffstat (limited to 'test/clip-nesting.c')
-rw-r--r-- | test/clip-nesting.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/clip-nesting.c b/test/clip-nesting.c index 09f77fda..e82e8176 100644 --- a/test/clip-nesting.c +++ b/test/clip-nesting.c @@ -33,7 +33,7 @@ static cairo_test_draw_function_t draw; -cairo_test_t test = { +static const cairo_test_t test = { "clip-nesting", "Test clipping with multiple contexts for the same surface", SIZE, SIZE, |