summaryrefslogtreecommitdiff
path: root/test/large-twin-antialias-mixed.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-09-09 13:59:50 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-09-09 13:59:50 +0100
commitf5ee785144a8ddb6056b21f6c28bc4a9f4870b32 (patch)
tree7eede2cc02915ada48920114c2945ffb86f58f80 /test/large-twin-antialias-mixed.c
parentabaef9bfbe11302beb6481547632b44be9d5be8d (diff)
downloadcairo-f5ee785144a8ddb6056b21f6c28bc4a9f4870b32.tar.gz
[test] Disable the antialias testing for the vector surfaces.
Only the raster bckends obey the font anti-alias options.
Diffstat (limited to 'test/large-twin-antialias-mixed.c')
-rw-r--r--test/large-twin-antialias-mixed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/large-twin-antialias-mixed.c b/test/large-twin-antialias-mixed.c
index 57aa5d777..9626a9dd2 100644
--- a/test/large-twin-antialias-mixed.c
+++ b/test/large-twin-antialias-mixed.c
@@ -92,6 +92,6 @@ draw (cairo_t *cr, int width, int height)
CAIRO_TEST (large_twin_antialias_mixed,
"Tests the internal font (with intermixed antialiasing)",
"twin, font", /* keywords */
- NULL, /* requirements */
+ "target=raster", /* requirements */
524, 240,
NULL, draw)