From b3e653271c711a6b4eb2cfdc6ea078a541cd684a Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 10 Apr 2009 05:24:00 +0000 Subject: Use low resilience for tests. --- tests/png.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/png.c') 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"); -- cgit v1.2.3