X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/4ef59e97312cf3e8f537643c65bc2fef057b786b..refs/heads/master:/t/normalize.c?ds=sidebyside diff --git a/t/normalize.c b/t/normalize.c index e309d70..f55501b 100644 --- a/t/normalize.c +++ b/t/normalize.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include "cdecl.h" @@ -27,7 +28,6 @@ #define PROGNAME "normalize" #include "test.h" -#include "getline.h" static const char sopts[] = "f:VH"; static const struct option lopts[] = { @@ -197,7 +197,7 @@ int main(int argc, char **argv) return EXIT_FAILURE; } - while (do_getline(&line, &n)) { + while (test_getline(&line, &n)) { if (do_normalize(line, n) < 0) ret = EXIT_FAILURE; }