test: Fix typo in sample_horizontal to use horizontal, not vertical.

Triggers the following warning during build:

sample.c:61:1: warning: ‘horizontal’ defined but not used
 [-Wunused-function]

Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
This commit is contained in:
Bryce W. Harrington 2013-06-08 01:42:20 +00:00 committed by Chris Wilson
parent 17dc312221
commit 5271f31991

View file

@ -107,7 +107,7 @@ CAIRO_TEST (sample_horizontal,
NULL, /* keywords */
"target=raster slow", /* requirements */
WIDTH, HEIGHT,
NULL, vertical)
NULL, horizontal)
CAIRO_TEST (sample_diagonal,
"Check the fidelity of the rasterisation.",