X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=t%2Fdistance.c;h=c3ff1cc2a57b0673256c9e1c5bee8f3f057d0a68;hb=5011228dceecadb0c1ed94c2635d6c0342e2af48;hp=28d520e89c235ca0fbe1ca06c976aa1a872488eb;hpb=5c48a06bc8649958e69013c53e925b83398ebc74;p=hexagon diff --git a/t/distance.c b/t/distance.c index 28d520e..c3ff1cc 100644 --- a/t/distance.c +++ b/t/distance.c @@ -1,4 +1,4 @@ -#include "hexmap.h" +#include "hexagon.h" #include "tap.h" @@ -8,7 +8,7 @@ void dcheck(int x1, int y1, int x2, int y2, int expect) { to = HL_cantor_xy(x2,y2); dist = HL_distance(from,to); ok(dist == expect, - "distance from (%02d, %02d) to (%02d, %02d) = %d (expect %d)\n", + "distance from (%02d, %02d) to (%02d, %02d) = %d (expect %d)", x1, y1, x2, y2, dist, expect); }