mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 05:43:02 +00:00
tests: fixup igt_simple_main fallout
Oops, I should look at compilier warnings a bit better. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -143,8 +143,7 @@ igt_simple_main
|
||||
gem_exec[n].handle = gem_create(fd, 4096);
|
||||
gem_write(fd, gem_exec[n].handle, 0, batch, sizeof(batch));
|
||||
|
||||
if (exec(fd, 1, 0, USE_LUT))
|
||||
return 77;
|
||||
igt_skip_on(exec(fd, 1, 0, USE_LUT));
|
||||
|
||||
for (p = pass; p->name != NULL; p++) {
|
||||
for (n = 1; n <= MAX_NUM_EXEC; n *= 2) {
|
||||
|
||||
Reference in New Issue
Block a user