]> pd.if.org Git - hexagon/blobdiff - t/range.c
Removed some stray output in test programs.
[hexagon] / t / range.c
index b40b86d66837b3356da9aa9ca4426bf10243d84d..b4a4125ce924fb37dfb1607f6a3a86f8c55773c0 100644 (file)
--- a/t/range.c
+++ b/t/range.c
@@ -4,7 +4,7 @@
 #include <limits.h>
 #include <math.h>
 
-#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");