summaryrefslogtreecommitdiff
path: root/test/twin-antialias-subpixel.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/twin-antialias-subpixel.c
parentabaef9bfbe11302beb6481547632b44be9d5be8d (diff)
[test] Disable the antialias testing for the vector surfaces.
Only the raster bckends obey the font anti-alias options.
Diffstat (limited to 'test/twin-antialias-subpixel.c')
-rw-r--r--test/twin-antialias-subpixel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/twin-antialias-subpixel.c b/test/twin-antialias-subpixel.c
index 8ecc0fc3b..e0262863c 100644
--- a/test/twin-antialias-subpixel.c
+++ b/test/twin-antialias-subpixel.c
@@ -66,6 +66,6 @@ draw (cairo_t *cr, int width, int height)
CAIRO_TEST (twin_antialias_subpixel,
"Tests the internal font (with subpixel antialiasing)",
"twin, font", /* keywords */
- NULL, /* requirements */
+ "target=raster", /* requirements */
140, 60,
NULL, draw)