summaryrefslogtreecommitdiff
path: root/test/bug-40410.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/bug-40410.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/bug-40410.c')
-rw-r--r--test/bug-40410.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bug-40410.c b/test/bug-40410.c
index 9235cf9c5..2d6e512c0 100644
--- a/test/bug-40410.c
+++ b/test/bug-40410.c
@@ -67,6 +67,6 @@ draw (cairo_t *cr, int width, int height)
CAIRO_TEST (bug_40410,
"Exercises a bug found in 1.10.2 (and never again!)",
"fill", /* keywords */
- NULL, /* requirements */
+ "target=raster", /* requirements */
WIDTH, HEIGHT,
NULL, draw)