diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2011-11-07 09:28:19 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2011-11-07 09:28:44 +0000 |
commit | 05f3e96a69af7750d2d62cf5ba991b89f39bc88a (patch) | |
tree | d79ac456011aee27884f569f15e7bd92fa0b6630 /test | |
parent | cd3d86037746f3a03c4004c1e3ba6e8281344745 (diff) |
test: Compile fix for make check
Reported-by: Jeremy Huddleston <jeremyhu@apple.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'test')
-rw-r--r-- | test/basic-copyarea.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/basic-copyarea.c b/test/basic-copyarea.c index a3a4ae7e..025b8848 100644 --- a/test/basic-copyarea.c +++ b/test/basic-copyarea.c @@ -265,7 +265,7 @@ static void rect_tests(struct test *t, int reps, int sets, enum target target, i real.draw, real.format, ref.draw, ref.format, 0, 0, real.width, real.height, - "" + ""); } printf("passed [%d iterations x %d]\n", reps, sets); |