summaryrefslogtreecommitdiff
path: root/tests/gem_largeobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_largeobject.c')
-rw-r--r--tests/gem_largeobject.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/gem_largeobject.c b/tests/gem_largeobject.c
index 913e3683..93a2bcdc 100644
--- a/tests/gem_largeobject.c
+++ b/tests/gem_largeobject.c
@@ -71,7 +71,7 @@ test_large_object(int fd)
/* kernel should clean this up for us */
}
-int main(int argc, char **argv)
+igt_simple_main
{
int fd;
@@ -80,6 +80,4 @@ int main(int argc, char **argv)
fd = drm_open_any();
test_large_object(fd);
-
- return 0;
}