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:
Paul Eggert
2019-10-02 18:37:09 -07:00
parent 67dcef357c
commit ff2f02815b

View File

@@ -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])