X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=t%2Frange.c;h=b4a4125ce924fb37dfb1607f6a3a86f8c55773c0;hb=5011228dceecadb0c1ed94c2635d6c0342e2af48;hp=b40b86d66837b3356da9aa9ca4426bf10243d84d;hpb=8f632e5a3428101590e8cbe94025060c5c3b5ecf;p=hexagon diff --git a/t/range.c b/t/range.c index b40b86d..b4a4125 100644 --- a/t/range.c +++ b/t/range.c @@ -4,7 +4,7 @@ #include #include -#include "hexmap.h" +#include "hexagon.h" #include "tap.h" @@ -30,7 +30,7 @@ int main(void) { plan_tests(7+4); - printf("range = 1 from 3,3\n"); + /* printf("range = 1 from 3,3\n"); */ start = HL_cantor_xy(3,3); count = HL_hexes_at_range(start, 1, range, 0); ok(count == 6, "6 hexes at range 1");