diff options
Diffstat (limited to 'test/get-group-target.c')
-rw-r--r-- | test/get-group-target.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/get-group-target.c b/test/get-group-target.c index d0a51646..009087bd 100644 --- a/test/get-group-target.c +++ b/test/get-group-target.c @@ -31,7 +31,8 @@ cairo_test_t test = { "get-group-target", "Test of both cairo_get_group_target and cairo_surface_get_device_offset", - SIZE, SIZE + SIZE, SIZE, + draw }; static cairo_test_status_t @@ -86,5 +87,5 @@ draw (cairo_t *cr, int width, int height) int main (void) { - return cairo_test (&test, draw); + return cairo_test (&test); } |