summaryrefslogtreecommitdiff
path: root/test/render-fill-copy.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/render-fill-copy.c')
-rw-r--r--test/render-fill-copy.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/render-fill-copy.c b/test/render-fill-copy.c
index bc4a734d..45551b22 100644
--- a/test/render-fill-copy.c
+++ b/test/render-fill-copy.c
@@ -262,13 +262,9 @@ int main(int argc, char **argv)
test_init(&test, argc, argv);
for (i = 0; i <= DEFAULT_ITERATIONS; i++) {
- int reps = 1 << i;
- int sets = 1 << (12 - i);
+ int reps = REPS(i), sets = SETS(i);
enum target t;
- if (sets < 2)
- sets = 2;
-
for (t = TARGET_FIRST; t <= TARGET_LAST; t++) {
pixel_tests(&test, reps, sets, t);
area_tests(&test, reps, sets, t);