summaryrefslogtreecommitdiff
path: root/test/caps-joins.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/caps-joins.c')
-rw-r--r--test/caps-joins.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/caps-joins.c b/test/caps-joins.c
index d4241456..9b2055a9 100644
--- a/test/caps-joins.c
+++ b/test/caps-joins.c
@@ -33,7 +33,8 @@ cairo_test_t test = {
"caps-joins",
"Test caps and joins",
3 * (PAD + SIZE) + PAD,
- PAD + SIZE + PAD
+ PAD + SIZE + PAD,
+ draw
};
static void
@@ -87,5 +88,5 @@ draw (cairo_t *cr, int width, int height)
int
main (void)
{
- return cairo_test (&test, draw);
+ return cairo_test (&test);
}