summaryrefslogtreecommitdiff
path: root/test/fill-rule.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-03-29 00:02:19 +0000
committerCarl Worth <cworth@cworth.org>2005-03-29 00:02:19 +0000
commit35b9e3c45d8a4c2aa24eff5acb04d0e1eb7bc6ba (patch)
treef66a6bb1ef0a0633a8fb4b263a83e69e49f8a128 /test/fill-rule.c
parentd9c2be3dcd27baa91b67cc9179bc98e06805a365 (diff)
downloadcairo-35b9e3c45d8a4c2aa24eff5acb04d0e1eb7bc6ba.tar.gz
More _/- renames in the test directory.
Diffstat (limited to 'test/fill-rule.c')
-rw-r--r--test/fill-rule.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fill-rule.c b/test/fill-rule.c
index 20a74eb93..6d5f3b46e 100644
--- a/test/fill-rule.c
+++ b/test/fill-rule.c
@@ -61,13 +61,13 @@
*
*/
-#include "cairo_test.h"
+#include "cairo-test.h"
#define LITTLE_STAR_SIZE 20
#define BIG_STAR_SIZE 80
cairo_test_t test = {
- "fill_rule",
+ "fill-rule",
"Tests cairo_set_full_rule with some star shapes",
BIG_STAR_SIZE * 2 + 3, BIG_STAR_SIZE + LITTLE_STAR_SIZE + 3
};