summaryrefslogtreecommitdiff
path: root/test/clip-all.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/clip-all.c')
-rw-r--r--test/clip-all.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/clip-all.c b/test/clip-all.c
index 0fbcc4ac..428445bc 100644
--- a/test/clip-all.c
+++ b/test/clip-all.c
@@ -65,5 +65,6 @@ draw (cairo_t *cr, int width, int height)
int
main (void)
{
- return cairo_test (&test, draw);
+ return cairo_test_expect_failure (&test, draw,
+ "Need to avoid trying to create size-0 Pixmaps in cairo-xlib");
}