X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/658b189348746aa79fba777f021bd7dc13eeabd7..0d40b36417759153678ed0ad125bc912884f602d:/tests/actions.at diff --git a/tests/actions.at b/tests/actions.at index 2671ca54..d538f883 100644 --- a/tests/actions.at +++ b/tests/actions.at @@ -633,7 +633,7 @@ main (int argc, const char *argv[]) { int status; yydebug = !!getenv ("YYDEBUG"); - assert (argc == 2); + assert (argc == 2); (void) argc; source = argv[1]; status = yyparse (); switch (status)