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

View File

@ -210,6 +210,4 @@ igt_main
intel_require_memory(count, SIZE, CHECK_RAM | CHECK_SWAP);
run_test(fd, count);
}
igt_exit();
}

View File

@ -223,6 +223,4 @@ igt_main
intel_require_memory(count, SIZE, CHECK_RAM | CHECK_SWAP);
run_test(fd, count);
}
igt_exit();
}

View File

@ -115,6 +115,4 @@ igt_simple_main
drmModeFreeConnector(connector);
free(edid);
igt_exit();
}

View File

@ -125,6 +125,4 @@ igt_main
igt_fixture {
drmModeFreeConnector(vga_connector);
}
igt_exit();
}