mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
examples: bistromathic: strengthen tests
* examples/c/bistromathic/bistromathic.test: here. * examples/test: Be clearer on failing tests.
This commit is contained in:
@@ -123,7 +123,7 @@ exp:
|
||||
{
|
||||
if ($r == 0)
|
||||
{
|
||||
yyerror (&@$, "division by zero");
|
||||
yyerror (&@$, "error: division by zero");
|
||||
YYERROR;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user