summaryrefslogtreecommitdiff
path: root/test/leaky-dashed-rectangle.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/leaky-dashed-rectangle.c')
-rw-r--r--test/leaky-dashed-rectangle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/leaky-dashed-rectangle.c b/test/leaky-dashed-rectangle.c
index 0d9e2460..5a867a42 100644
--- a/test/leaky-dashed-rectangle.c
+++ b/test/leaky-dashed-rectangle.c
@@ -35,7 +35,7 @@
static cairo_test_draw_function_t draw;
-cairo_test_t test = {
+static const cairo_test_t test = {
"leaky-dashed-rectangle",
"Exercises bug in which a dashed stroke leaks in from outside the surface",
WIDTH, HEIGHT,