summaryrefslogtreecommitdiff
path: root/tests/gem_evict_everything.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_evict_everything.c')
-rw-r--r--tests/gem_evict_everything.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gem_evict_everything.c b/tests/gem_evict_everything.c
index 61ee5479..51ed2931 100644
--- a/tests/gem_evict_everything.c
+++ b/tests/gem_evict_everything.c
@@ -266,10 +266,10 @@ igt_main
test_major_evictions(fd, size, count);
}
- igt_stop_hang_helper();
+ igt_stop_signal_helper();
igt_fixture {
- igt_stop_signal_helper();
+ igt_stop_hang_helper();
close(fd);
}
}