summaryrefslogtreecommitdiff
path: root/test/svg-clip.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2008-01-16 08:11:51 -0800
committerCarl Worth <cworth@cworth.org>2008-01-16 08:16:06 -0800
commite49db8ed3ea5727e00e2734a8877af860371be69 (patch)
tree5fbd15f3c44535fa3f30c0f318f992e0ec450171 /test/svg-clip.c
parent57c2b75c229ac7811c573548ae50e6b0e4ecf862 (diff)
downloadcairo-e49db8ed3ea5727e00e2734a8877af860371be69.tar.gz
Fix create-for-stream test to log its failure properly
Without this, a failure of this test won't be nicely reported in the post-make-check summary. (Also fix a silly little typo in the svg-clip test.)
Diffstat (limited to 'test/svg-clip.c')
-rw-r--r--test/svg-clip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/svg-clip.c b/test/svg-clip.c
index 338f28f1e..77ae9e984 100644
--- a/test/svg-clip.c
+++ b/test/svg-clip.c
@@ -127,7 +127,7 @@ main (void)
cairo_destroy (cr);
cairo_surface_destroy (surface);
- printf ("svg-surface: Please check %s to make sure it looks happy.\n",
+ printf ("svg-clip: Please check %s to make sure it looks happy.\n",
filename);
cairo_test_fini ();