diff options
author | Carl Worth <cworth@cworth.org> | 2005-03-29 00:02:19 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-03-29 00:02:19 +0000 |
commit | 35b9e3c45d8a4c2aa24eff5acb04d0e1eb7bc6ba (patch) | |
tree | f66a6bb1ef0a0633a8fb4b263a83e69e49f8a128 /test/pixman-rotate.c | |
parent | d9c2be3dcd27baa91b67cc9179bc98e06805a365 (diff) |
More _/- renames in the test directory.
Diffstat (limited to 'test/pixman-rotate.c')
-rw-r--r-- | test/pixman-rotate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/pixman-rotate.c b/test/pixman-rotate.c index d2848dd07..a5e52d2c9 100644 --- a/test/pixman-rotate.c +++ b/test/pixman-rotate.c @@ -7,7 +7,7 @@ #include <cairo-png.h> #include <cairo-pdf.h> -#include "cairo_test.h" +#include "cairo-test.h" #define WIDTH 32 #define HEIGHT WIDTH @@ -16,7 +16,7 @@ #define IMAGE_HEIGHT IMAGE_WIDTH cairo_test_t test = { - "pixman_rotate", + "pixman-rotate", "Exposes pixman off-by-one error when rotating", IMAGE_WIDTH, IMAGE_HEIGHT }; |