[cairo-commit] test/zero-alpha.c
Carl Worth
cworth at kemper.freedesktop.org
Tue Jun 13 16:44:20 PDT 2006
test/zero-alpha.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree 1b11d3830b26f6ce7f0d8ddcc315a9c19f56658a (from 2d269664f166c4fc835e70a176ad46b2d7ccb41d)
Author: Carl Worth <cworth at cworth.org>
Date: Tue Jun 13 16:42:06 2006 -0700
test/zero-alpha: Drop REPS from 100 to 10 for a faster test.
Hopefully this still triggers the bug of interest. I think it should.
diff --git a/test/zero-alpha.c b/test/zero-alpha.c
index 30d7e6f..0dbad58 100644
--- a/test/zero-alpha.c
+++ b/test/zero-alpha.c
@@ -26,7 +26,7 @@
#include "cairo-test.h"
#define SIZE 3
-#define REPS 100
+#define REPS 10
/* History:
*
More information about the cairo-commit
mailing list