diff options
Diffstat (limited to 'test/big-trap.c')
-rw-r--r-- | test/big-trap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/big-trap.c b/test/big-trap.c index e201b989..400705e7 100644 --- a/test/big-trap.c +++ b/test/big-trap.c @@ -60,7 +60,7 @@ static cairo_test_draw_function_t draw; * will prevent the hiding of internal library symbols. */ -cairo_test_t test = { +static const cairo_test_t test = { "big-trap", "Test oversize trapezoid with a clip region" "\nTest needs to be adjusted to trigger the original bug", |