diff options
Diffstat (limited to 'tests/png.c')
-rw-r--r-- | tests/png.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/png.c b/tests/png.c index f34fc3a..3ebda35 100644 --- a/tests/png.c +++ b/tests/png.c @@ -31,6 +31,8 @@ int main() { FILE *ofile, *ifile; unsigned int x, y; + dmnsn_set_resilience(DMNSN_SEVERITY_LOW); + canvas = dmnsn_new_canvas(333, 300); if (!canvas) { fprintf(stderr, "--- Allocation of canvas failed! ---\n"); |