X-Git-Url: https://pd.if.org/git/?p=hexagon;a=blobdiff_plain;f=t%2Fcantor.c;h=1e7dbf6e8c6358f46cafdc07ab622e786ba83b46;hp=e6ce28fb5fae40bb2b4cfa71b32eae085637afb3;hb=ce4fd67e5bfd07192ca5cb357798aaa3588512e4;hpb=f4de9d8b5cc2646e133d8c387fa1de5814cfb453 diff --git a/t/cantor.c b/t/cantor.c index e6ce28f..1e7dbf6 100644 --- a/t/cantor.c +++ b/t/cantor.c @@ -2,7 +2,7 @@ #include "hexagon.h" -#include "tap.h" +#include "ctap.h" int main(void) { int xy[2]; @@ -10,7 +10,7 @@ int main(void) { int hex; int x, y; - plan_tests(81*4); + plan(81*4); for (x=-4;x<=4;x++) { for (y=-4;y<=4;y++) { @@ -23,5 +23,5 @@ int main(void) { } } - return exit_status(); + return 0; }