tests/gem_tiled_pread_pwrite fix progname for pretty print progress

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2012-05-09 14:06:28 +01:00
parent 412e7b341f
commit 78c38dcddb

View File

@ -150,7 +150,7 @@ main(int argc, char **argv)
/* Leak both bos so that we use all of system mem! */
drmtest_progress("gem_cs_prefetch: ", i, count/2);
drmtest_progress("gem_tiled_pread_pwrite: ", i, count/2);
}
close(fd);