From 07abd21a033a429e337632557d4bc91ca230fe2e Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 15 Dec 2010 15:28:49 +0000 Subject: [PATCH] test/arc-infinite-loop: Random return value fun. --- test/arc-infinite-loop.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/arc-infinite-loop.c b/test/arc-infinite-loop.c index e648c70ac..8b469eacf 100644 --- a/test/arc-infinite-loop.c +++ b/test/arc-infinite-loop.c @@ -49,6 +49,8 @@ draw (cairo_t *cr, int width, int height) /* Check if the code that handles huge angles hangs */ cairo_arc (cr, 0, 0, 1, 0, 1024 / DBL_EPSILON * M_PI); + + return CAIRO_TEST_SUCCESS; } CAIRO_TEST (arc_infinite_loop,