[PATCH v4 5/5] svg, test: Refer to output filename by variable, not a hardcoded value
"Bryce W. Harrington" <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Bryce Harrington <[email protected]> --- test/svg-surface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/svg-surface.c b/test/svg-surface.c index c0cdc16..8ee3b61 100644 --- a/test/svg-surface.c +++ b/test/svg-surface.c @@ -122,7 +122,7 @@ preamble (cairo_test_context_t *ctx) cairo_destroy (cr); cairo_surface_destroy (surface); - printf ("svg-surface: Please check svg-surface.svg to make sure it looks happy.\n"); + printf ("svg-surface: Please check %s to make sure it looks happy.\n", filename); free (filename); return CAIRO_TEST_SUCCESS; } -- 1.7.9.5 -- cairo mailing list [email protected] http://lists.cairographics.org/mailman/listinfo/cairo