X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f79b4f5ce17472bf39ba6e47c15e713724fee010..49b1cf794d71aa23b7fab120e9817062ec29b177:/tests/torture.at diff --git a/tests/torture.at b/tests/torture.at index 850d9c37..af5019bc 100644 --- a/tests/torture.at +++ b/tests/torture.at @@ -13,8 +13,8 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301, USA. AT_BANNER([[Torture Tests.]]) @@ -404,7 +404,6 @@ static void yyerror (const char *msg) { fprintf (stderr, "%s\n", msg); - exit (1); } /* There are YYLVAL_MAX of WAIT_FOR_EOFs. */ @@ -452,7 +451,7 @@ AT_PARSER_CHECK([./input 20], 0, [], [ignore]) AT_PARSER_CHECK([./input 900], 0, [], [ignore]) # Fails: beyond the limit of 10,000 (which we don't reach anyway since we # multiply by two starting at 200 => 5120 is the last possible). -AT_PARSER_CHECK([./input 10000], 1, [], [ignore]) +AT_PARSER_CHECK([./input 10000], 2, [], [ignore]) AT_CLEANUP @@ -473,6 +472,6 @@ AT_PARSER_CHECK([./input 20], 0, [], [ignore]) AT_PARSER_CHECK([./input 900], 0, [], [ignore]) # Fails: beyond the limit of 10,000 (which we don't reach anyway since we # multiply by two starting at 200 => 5120 is the possible). -AT_PARSER_CHECK([./input 10000], 1, [], [ignore]) +AT_PARSER_CHECK([./input 10000], 2, [], [ignore]) AT_CLEANUP