diff options
Diffstat (limited to 'tests/gem_hang.c')
-rw-r--r-- | tests/gem_hang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_hang.c b/tests/gem_hang.c index 7a7c8acb..8767615c 100644 --- a/tests/gem_hang.c +++ b/tests/gem_hang.c @@ -93,5 +93,5 @@ int main(int argc, char **argv) close(fd); - return 0; + igt_exit(); } |