[test/create-from-png] Return the failure.

Having checked all the possible PNG formats, report any failures.
This commit is contained in:
Chris Wilson 2008-08-17 15:30:51 +01:00
parent 3dc8e2dd0d
commit 37bca38772

View file

@ -254,5 +254,8 @@ main (void)
cairo_test_fini (&ctx);
if (result != CAIRO_TEST_SUCCESS)
return result;
return cairo_test (&test);
}