]> pd.if.org Git - hexagon/blobdiff - t/gridsize.c
use ctap
[hexagon] / t / gridsize.c
index 784e4678d254dc82be3cdd844f2b2562116943a3..8b304ea21abbec64258398a0793795067a17e492 100644 (file)
@@ -1,6 +1,6 @@
-#include "hexmap.h"
+#include "hexagon.h"
 
-#include "tap.h"
+#include "ctap.h"
 
 int searchbound(int low, int high) {
        int try;
@@ -20,7 +20,7 @@ int main(void) {
        int start;
        int x;
 
-       plan_tests(2);
+       plan(2);
 
        x = 1;
        do {