diff options
Diffstat (limited to 'test/operator.c')
-rw-r--r-- | test/operator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/operator.c b/test/operator.c index 39596e1..666fcaf 100644 --- a/test/operator.c +++ b/test/operator.c @@ -59,7 +59,7 @@ draw (cairo_t *cr, int width, int height) CAIRO_TEST (operator, "Tests using set_operator()", - "XFAIL=svg12 operator", /* keywords */ + "operator", /* keywords */ NULL, /* requirements */ (SIZE+PAD) * N_OPERATORS + PAD, SIZE + 2*PAD, NULL, draw) |