summaryrefslogtreecommitdiff
path: root/test/clip-fill-rule.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-09-15 14:56:17 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-09-15 15:29:15 +0100
commitc0016e6ac9ca1382a7861d67f752dea9d66935de (patch)
tree352c4b88235495c0bd5dbc583be3802039a6206c /test/clip-fill-rule.c
parenta349564e3c4ef179cb65671aa389fc8e1b514305 (diff)
downloadcairo-c0016e6ac9ca1382a7861d67f752dea9d66935de.tar.gz
test: Mark some more raster-only tests
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'test/clip-fill-rule.c')
-rw-r--r--test/clip-fill-rule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/clip-fill-rule.c b/test/clip-fill-rule.c
index 035b9a836..31c3ab71d 100644
--- a/test/clip-fill-rule.c
+++ b/test/clip-fill-rule.c
@@ -82,6 +82,6 @@ CAIRO_TEST (clip_fill_rule,
CAIRO_TEST (a1_clip_fill_rule,
"Tests interaction of clipping with cairo_set_fill_rule",
"clip", /* keywords */
- NULL, /* requirements */
+ "target=raster", /* requirements */
STAR_SIZE * 2 + 2, STAR_SIZE + 2,
NULL, a1_draw)