summaryrefslogtreecommitdiff
path: root/test/fill-missed-stop.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/fill-missed-stop.c')
-rw-r--r--test/fill-missed-stop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fill-missed-stop.c b/test/fill-missed-stop.c
index f05b1aad..cb551c49 100644
--- a/test/fill-missed-stop.c
+++ b/test/fill-missed-stop.c
@@ -40,7 +40,7 @@
static cairo_test_draw_function_t draw;
#define SIZE 50
-cairo_test_t test = {
+static const cairo_test_t test = {
"fill-missed-stop",
"Tests that the tessellator doesn't miss stop events when generating trapezoids",
SIZE+3, SIZE+3,