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:
Daniel Vetter
2014-01-10 09:21:15 +01:00
parent 7775fca2df
commit cb9e8376fa
5 changed files with 7 additions and 14 deletions
+1 -2
View File
@@ -189,8 +189,7 @@ igt_simple_main
do_or_die(exec(fd, handle, NORMAL));
fail(exec(fd, handle, BROKEN));
if (exec(fd, handle, USE_LUT))
return 77;
igt_skip_on(exec(fd, handle, USE_LUT));
do_or_die(exec(fd, handle, USE_LUT));
fail(exec(fd, handle, USE_LUT | BROKEN));