diff options
Diffstat (limited to 'test/large-source.c')
-rw-r--r-- | test/large-source.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/large-source.c b/test/large-source.c index c4781d0a..1756424f 100644 --- a/test/large-source.c +++ b/test/large-source.c @@ -37,7 +37,7 @@ static cairo_test_draw_function_t draw; -cairo_test_t test = { +static const cairo_test_t test = { "large-source", "Exercises mozilla bug 424333 - handling of massive images", 20, 20, |