diff options
Diffstat (limited to 'pixman')
-rw-r--r-- | pixman/test/stress-test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pixman/test/stress-test.c b/pixman/test/stress-test.c index 0b48da3f7..7fc067e82 100644 --- a/pixman/test/stress-test.c +++ b/pixman/test/stress-test.c @@ -412,6 +412,7 @@ set_general_properties (pixman_image_t *image, pixman_bool_t allow_alpha_map) case 6: case 7: n_rects = 3; + break; default: n_rects = lcg_rand_n (100); |