X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/bbfdea24b2b940031e86e990bc457785dd378b58..ae5cf9ed24d380cdc8c33239d92bb330438aefaa:/test/normalize.c diff --git a/test/normalize.c b/test/normalize.c index b535973..bb5829f 100644 --- a/test/normalize.c +++ b/test/normalize.c @@ -47,14 +47,7 @@ static void print_help(void) print_usage(stdout); puts("Test normalization of declaration specifiers.\n"); - - puts("Options:"); - for (opt = lopts; opt->val; opt++) { - int w = print_option_start(opt, NULL); - - if (w) - putchar('\n'); - } + test_print_options(lopts); } static unsigned to_spectype(const char *tok)