diff options
Diffstat (limited to 'test/render-fill.c')
-rw-r--r-- | test/render-fill.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/render-fill.c b/test/render-fill.c index 709c2175..27d565bc 100644 --- a/test/render-fill.c +++ b/test/render-fill.c @@ -212,7 +212,8 @@ static void rect_tests(struct test *t, int reps, int sets, enum target target) test_compare(t, real.draw, real.format, ref.draw, ref.format, - 0, 0, real.width, real.height); + 0, 0, real.width, real.height, + ""); } printf("passed [%d iterations x %d]\n", reps, sets); |