diff options
Diffstat (limited to 'tests/gem_stress.c')
-rw-r--r-- | tests/gem_stress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_stress.c b/tests/gem_stress.c index 8d62b035..ab2cd0eb 100644 --- a/tests/gem_stress.c +++ b/tests/gem_stress.c @@ -914,5 +914,5 @@ int main(int argc, char **argv) igt_stop_signal_helper(); - return 0; + igt_exit(); } |