summaryrefslogtreecommitdiff
path: root/test/surface-pattern.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/surface-pattern.c')
-rw-r--r--test/surface-pattern.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/surface-pattern.c b/test/surface-pattern.c
index 51b638dbb..e52f0df47 100644
--- a/test/surface-pattern.c
+++ b/test/surface-pattern.c
@@ -8,7 +8,8 @@ static cairo_test_draw_function_t draw;
cairo_test_t test = {
"surface-pattern",
- "Test transformed repeated surface patterns",
+ "Test transformed repeated surface patterns"
+ "\nExhibiting a strange (very minor) failure in ps backend with device-offset",
SIZE, SIZE,
draw
};