mirror of
https://github.com/X11Libre/xf86-video-intel.git
synced 2026-03-24 01:24:12 +00:00
test: Fix compilation of render-trapezoid-image
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=71768 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
@@ -282,8 +282,7 @@ int main(int argc, char **argv)
|
||||
test_init(&test, argc, argv);
|
||||
|
||||
for (i = 0; i <= DEFAULT_ITERATIONS; i++) {
|
||||
int reps = REPS(i);
|
||||
int sets = SETS(i);
|
||||
int reps = REPS(i), sets = SETS(i);
|
||||
enum target t;
|
||||
|
||||
for (t = TARGET_FIRST; t <= TARGET_LAST; t++) {
|
||||
|
||||
Reference in New Issue
Block a user