tests/gem_vmap_blits: Fix typo

Why, oh why, do these only become obvious after pushing upstream?

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2011-07-08 15:01:39 +01:00
parent 4c0176e497
commit 25b25b907d

View File

@ -386,7 +386,7 @@ int main(int argc, char **argv)
if (random() & 1) {
copy(fd, gpu[dst], cpu[src]);
gpu_val[dst] = gpu_val[src];
gpu_val[dst] = cpu_val[src];
} else {
copy(fd, cpu[dst], gpu[src]);
cpu_val[dst] = gpu_val[src];