summaryrefslogtreecommitdiff
path: root/tests/gem_caching.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_caching.c')
-rw-r--r--tests/gem_caching.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/gem_caching.c b/tests/gem_caching.c
index ed58c28f9..8b4be74f6 100644
--- a/tests/gem_caching.c
+++ b/tests/gem_caching.c
@@ -141,7 +141,7 @@ int main(int argc, char **argv)
drmtest_init_aperture_trashers(bufmgr);
mappable_gtt_limit = gem_mappable_aperture_size();
- drmtest_subtest_block("reads") {
+ drmtest_subtest("reads") {
if (!(flags & TEST_READ))
drmtest_skip();
@@ -171,7 +171,7 @@ int main(int argc, char **argv)
}
}
- drmtest_subtest_block("writes") {
+ drmtest_subtest("writes") {
if (!(flags & TEST_WRITE))
drmtest_skip();
@@ -223,7 +223,7 @@ int main(int argc, char **argv)
}
}
- drmtest_subtest_block("read-writes") {
+ drmtest_subtest("read-writes") {
if (!((flags & TEST_BOTH) == TEST_BOTH))
drmtest_skip();