summaryrefslogtreecommitdiff
path: root/test/self-copy.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/self-copy.c')
-rw-r--r--test/self-copy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/self-copy.c b/test/self-copy.c
index 3ad406ecc..5f4398b25 100644
--- a/test/self-copy.c
+++ b/test/self-copy.c
@@ -85,6 +85,5 @@ draw (cairo_t *cr, int width, int height)
int
main (void)
{
- return cairo_test_expect_failure (&test, draw,
- "copying from a surface to itself doesn't handle clipping properly");
+ return cairo_test (&test, draw);
}