tests: remove unnecessary igt_exit calls

Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
Thomas Wood
2015-11-02 10:02:51 +00:00
parent 36b8143c22
commit 24b7bbc726
4 changed files with 0 additions and 8 deletions
-2
View File
@@ -210,6 +210,4 @@ igt_main
intel_require_memory(count, SIZE, CHECK_RAM | CHECK_SWAP);
run_test(fd, count);
}
igt_exit();
}