diff options
Diffstat (limited to 'test/dash-scale.c')
-rw-r--r-- | test/dash-scale.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dash-scale.c b/test/dash-scale.c index b845dcf8..b00b0f19 100644 --- a/test/dash-scale.c +++ b/test/dash-scale.c @@ -31,7 +31,7 @@ static cairo_test_draw_function_t draw; -cairo_test_t test = { +static const cairo_test_t test = { "dash-scale", "Test interactions of cairo_set_dash and cairo_scale, (in particular with a non-uniformly scaled pen)", 3 * (PAD + SIZE) + PAD, |