summaryrefslogtreecommitdiff
path: root/test/over-above-source.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/over-above-source.c')
-rw-r--r--test/over-above-source.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/over-above-source.c b/test/over-above-source.c
index 8999e4ad..928fb369 100644
--- a/test/over-above-source.c
+++ b/test/over-above-source.c
@@ -39,7 +39,7 @@ static cairo_test_draw_function_t draw;
* surface, it's the reverse where OVER is native while SOURCE is a
* fallback. */
-cairo_test_t test = {
+static const cairo_test_t test = {
"over-above-source",
"A simple test drawing a circle with OVER after a triangle drawn with SOURCE",
WIDTH, HEIGHT,