summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-07-08 15:01:39 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-07-08 15:02:18 +0100
commit25b25b907d8d6dc309c23fde136c35d4daee2643 (patch)
tree29a2d1747172a5dcbe7b4233d64298ec40908c16 /tests
parent4c0176e49700401a568d592865d6f53649075ca7 (diff)
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>
Diffstat (limited to 'tests')
-rw-r--r--tests/gem_vmap_blits.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_vmap_blits.c b/tests/gem_vmap_blits.c
index d06a1e69..c2ba3908 100644
--- a/tests/gem_vmap_blits.c
+++ b/tests/gem_vmap_blits.c
@@ -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];