diff options
author | Thomas Wood <thomas.wood@intel.com> | 2015-11-02 10:02:51 +0000 |
---|---|---|
committer | Thomas Wood <thomas.wood@intel.com> | 2015-11-11 14:20:55 +0000 |
commit | 24b7bbc7267a58d44173682da64d4dd9d32134ec (patch) | |
tree | 4009a216923fdc53b1f44ddb2987a1084a16fb47 /tests/gem_render_tiled_blits.c | |
parent | 36b8143c224b47f743d8881514bb348b9ee1d102 (diff) |
tests: remove unnecessary igt_exit calls
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'tests/gem_render_tiled_blits.c')
-rw-r--r-- | tests/gem_render_tiled_blits.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/gem_render_tiled_blits.c b/tests/gem_render_tiled_blits.c index 9f6cbd53..fb2f39d2 100644 --- a/tests/gem_render_tiled_blits.c +++ b/tests/gem_render_tiled_blits.c @@ -223,6 +223,4 @@ igt_main intel_require_memory(count, SIZE, CHECK_RAM | CHECK_SWAP); run_test(fd, count); } - - igt_exit(); } |