diff options
Diffstat (limited to 'test/set-source.c')
-rw-r--r-- | test/set-source.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/set-source.c b/test/set-source.c index 08e9e3e2..87953b6a 100644 --- a/test/set-source.c +++ b/test/set-source.c @@ -28,7 +28,8 @@ cairo_test_t test = { "set-source", "Tests calls to various set_source functions", - 5, 5 + 5, 5, + draw }; static cairo_test_status_t @@ -83,5 +84,5 @@ draw (cairo_t *cr, int width, int height) int main (void) { - return cairo_test (&test, draw); + return cairo_test (&test); } |