summaryrefslogtreecommitdiff
path: root/tests/kms_3d.c
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2015-11-02 10:02:51 +0000
committerThomas Wood <thomas.wood@intel.com>2015-11-11 14:20:55 +0000
commit24b7bbc7267a58d44173682da64d4dd9d32134ec (patch)
tree4009a216923fdc53b1f44ddb2987a1084a16fb47 /tests/kms_3d.c
parent36b8143c224b47f743d8881514bb348b9ee1d102 (diff)
tests: remove unnecessary igt_exit calls
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'tests/kms_3d.c')
-rw-r--r--tests/kms_3d.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/kms_3d.c b/tests/kms_3d.c
index 642a3d6d..7484940f 100644
--- a/tests/kms_3d.c
+++ b/tests/kms_3d.c
@@ -115,6 +115,4 @@ igt_simple_main
drmModeFreeConnector(connector);
free(edid);
-
- igt_exit();
}