summaryrefslogtreecommitdiff
path: root/test/operator-alpha.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2008-09-27 17:37:32 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2008-09-27 17:37:32 +0100
commit35f1e2fa4f15c562e5cc41578b413c6874e131bc (patch)
treebe47f7acfa16f808148e86c9f04ae250aa010d7e /test/operator-alpha.c
parent871f683367b1a1647b607f9221e1fc2eddc6e5dd (diff)
downloadcairo-35f1e2fa4f15c562e5cc41578b413c6874e131bc.tar.gz
[test/operator*] Remove XFAIL descriptions.
The tests should now pass, so remove the line claiming that they fail for unknown reasons.
Diffstat (limited to 'test/operator-alpha.c')
-rw-r--r--test/operator-alpha.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/operator-alpha.c b/test/operator-alpha.c
index 128453cf3..28dc7cbad 100644
--- a/test/operator-alpha.c
+++ b/test/operator-alpha.c
@@ -33,8 +33,7 @@ static cairo_test_draw_function_t draw;
static const cairo_test_t test = {
"operator-alpha",
- "Tests using set_operator() with an non-opaque source"
- "\nCurrently failing on the PDF backend for an unknown reason.",
+ "Tests using set_operator() with an non-opaque source",
(SIZE+PAD) * N_OPERATORS + PAD, SIZE + 2*PAD,
draw
};