summaryrefslogtreecommitdiff
path: root/tests/gem_pread.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_pread.c')
-rw-r--r--tests/gem_pread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_pread.c b/tests/gem_pread.c
index 7037221b..7c2f18f3 100644
--- a/tests/gem_pread.c
+++ b/tests/gem_pread.c
@@ -120,7 +120,7 @@ int main(int argc, char **argv)
}
for (c = cache; c->level != -1; c++) {
- if (gem_set_cacheing(fd, dst, c->level))
+ if (gem_set_caching(fd, dst, c->level))
continue;
for (count = 1; count <= 1<<17; count <<= 1) {