]> git.saurik.com Git - bison.git/commitdiff
(Type Clashes): Adjust to diagnostic changes.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Nov 2002 06:07:09 +0000 (06:07 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Nov 2002 06:07:09 +0000 (06:07 +0000)
tests/input.at

index 14bdc796bf9e4e813d4d0b33942f8bf6ca0cd93d..c0ae5d2d6eede25f1b917bc9415135a738e4abc7 100644 (file)
@@ -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
 ]])