From ff2f02815b24332cb4ea9dcef806fdbc1ed8e81a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 2 Oct 2019 18:37:09 -0700 Subject: [PATCH] =?UTF-8?q?Adjust=20=E2=80=98Big=20horizontal=E2=80=99=20t?= =?UTF-8?q?est=20case?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * tests/torture.at (Big horizontal): Adjust to recent changes with integers. If there are states 0..256, Bison now uses a signed rather than an unsigned 16-bit integer. --- tests/torture.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/torture.at b/tests/torture.at index 952add73..0acb7dd3 100644 --- a/tests/torture.at +++ b/tests/torture.at @@ -266,7 +266,7 @@ AT_BISON_OPTION_POPDEFS AT_CLEANUP]) AT_TEST( [256], [yytype_uint8]) -AT_TEST( [257], [yytype_uint16]) +AT_TEST( [257], [yytype_int16]) AT_TEST([65536], [yytype_uint16]) AT_TEST([65537], [int])