mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-25 16:40:41 +02:00
test: Update refernece dir for create-from-png-stream
It tries to load its reference image and fails because I moved it. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
8e827e2cbb
commit
e5d890e1ea
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ draw (cairo_t *cr, int width, int height)
|
|||
cairo_surface_t *surface;
|
||||
cairo_status_t status;
|
||||
|
||||
xasprintf (&filename, "%s/%s", ctx->srcdir,
|
||||
xasprintf (&filename, "%s/reference/%s", ctx->srcdir,
|
||||
"create-from-png-stream.ref.png");
|
||||
|
||||
file = fopen (filename, "rb");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue