mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 14:53:03 +00:00
(Type Clashes): Adjust to diagnostic changes.
This commit is contained in:
@@ -74,8 +74,8 @@ exp: foo {} foo
|
||||
]])
|
||||
|
||||
AT_CHECK([bison input.y], [1], [],
|
||||
[[input.y:4.4-15: type clash (`bar' `') on default action
|
||||
input.y:5.4-8: type clash (`bar' `') on default action
|
||||
[[input.y:4.4-15: type clash on default action: <bar> != <>
|
||||
input.y:5.4-8: type clash on default action: <bar> != <>
|
||||
input.y:6.4: empty rule for typed nonterminal, and no action
|
||||
]])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user