mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Adjust ‘Big horizontal’ test case
* 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.
This commit is contained in:
@@ -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])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user