X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ac564be451362c738a89ff742b84408cfd2e704b..eb095650011f68858e877e3590f6901bc79ba668:/tests/calc.at?ds=sidebyside diff --git a/tests/calc.at b/tests/calc.at index a3a76feb..2cc68031 100644 --- a/tests/calc.at +++ b/tests/calc.at @@ -337,6 +337,7 @@ main (int argc, const char **argv) ]AT_SKEL_CC_IF([], [m4_bmatch([$4], [%debug], [ yydebug = 1;])])[ status = yyparse (]AT_PARAM_IF([&result, &count])[); + fclose (input); if (global_result != result) abort (); if (global_count != count)