tests: s/return igt_retval();/igt_exit();/

Requested-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2013-08-12 12:26:35 +02:00
parent 1caaf0a6b6
commit 6877877558
11 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -306,5 +306,5 @@ int main(int argc, char **argv)
close(fd);
return igt_retval();
igt_exit();
}