summaryrefslogtreecommitdiff
path: root/test/gradient-alpha.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/gradient-alpha.c')
-rw-r--r--test/gradient-alpha.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/gradient-alpha.c b/test/gradient-alpha.c
index 6ae06aacd..1ec155990 100644
--- a/test/gradient-alpha.c
+++ b/test/gradient-alpha.c
@@ -28,7 +28,8 @@
cairo_test_t test = {
"gradient-alpha",
"Tests drawing of a gradient with various alpha values in the color stops",
- 10, 10
+ 10, 10,
+ draw
};
static cairo_test_status_t
@@ -57,5 +58,5 @@ draw (cairo_t *cr, int width, int height)
int
main (void)
{
- return cairo_test (&test, draw);
+ return cairo_test (&test);
}