X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/b56471a6890db1598d1ed1877b5d01c6b9678243..e9665d1605afc5ab96aad29c2e622924911008f4:/tests/torture.at diff --git a/tests/torture.at b/tests/torture.at index b9032d0c..4882d83e 100644 --- a/tests/torture.at +++ b/tests/torture.at @@ -48,10 +48,10 @@ use strict; my $max = $ARGV[0] || 10; print < #include -#include #define YYERROR_VERBOSE 1 #define YYDEBUG 1 @@ -76,8 +76,8 @@ for my $size (1 .. $max) print < #include -#include #define YYERROR_VERBOSE 1 #define YYDEBUG 1 @@ -272,7 +272,6 @@ print < #include -#include #define YYERROR_VERBOSE 1 #define YYDEBUG 1 @@ -303,17 +302,17 @@ for my $count (1 .. $max) print < #include -#include ]$1[ static int yylex (void); static void yyerror (const char *msg); @@ -423,7 +421,8 @@ yylex (void) int main (int argc, const char **argv) { - assert (argc == 2); + if (argc != 2) + abort (); yylval = atoi (argv[1]); yydebug = 1; return yyparse ();