]> git.draconx.ca Git - cdecl99.git/blobdiff - test/normalize.c
tests: Correct RNG implementation.
[cdecl99.git] / test / normalize.c
index b535973e26b03d9feac3bbbeac09ee24cd432529..bb5829f88b21ebd654cd96ddd04bd5cee94bc13a 100644 (file)
@@ -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)