summaryrefslogtreecommitdiff
path: root/tests/gem_tiled_blits.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_tiled_blits.c')
-rw-r--r--tests/gem_tiled_blits.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gem_tiled_blits.c b/tests/gem_tiled_blits.c
index 02a46958..76d256f4 100644
--- a/tests/gem_tiled_blits.c
+++ b/tests/gem_tiled_blits.c
@@ -218,7 +218,7 @@ int main(int argc, char **argv)
count = 3 * gem_aperture_size(fd) / (1024*1024) / 2;
count += (count & 1) == 0;
- igt_require(intel_check_memory(count, 1024*1024, CHECK_RAM));
+ intel_require_memory(count, 1024*1024, CHECK_RAM);
run_test(count);
}
@@ -230,7 +230,7 @@ int main(int argc, char **argv)
count = 3 * gem_aperture_size(fd) / (1024*1024) / 2;
count += (count & 1) == 0;
- igt_require(intel_check_memory(count, 1024*1024, CHECK_RAM));
+ intel_require_memory(count, 1024*1024, CHECK_RAM);
igt_fork_signal_helper();
run_test(count);