test: Fix infinite loop in composite
authorSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 22 Mar 2011 17:42:05 +0000 (13:42 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Tue, 22 Mar 2011 17:43:29 +0000 (13:43 -0400)
commitad3cbfb073fc325e1b3152898ca71b8255675957
tree1bb453e36cfbafb9f595cbe8b48d8c23bbde7c70
parentb514e63cfc58af21f7097db5a1b04292a758782a
test: Fix infinite loop in composite

When run in PIXMAN_RANDOMIZE_TESTS mode, this test would go into an
infinite loop because the loop started at 'seed' but the stop
condition was still N_TESTS.
test/composite.c