Always check the value returned by yyparse.
authorAkim Demaille <akim@epita.fr>
Fri, 15 Nov 2002 08:56:40 +0000 (08:56 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 15 Nov 2002 08:56:40 +0000 (08:56 +0000)
commitb0f98b1016367bf4515ce3d0da5eaa99615d9293
tree0de99a93cc7c2fe205e3a116965bb8d122660e87
parentedbc04c709124d97635fdde70ee77622616ca65d
Always check the value returned by yyparse.
* tests/calc.at (_AT_DATA_CALC_Y): Have `main' exit with the value
returned by yyparse.
(_AT_CHECK_CALC_ERROR): Take the expected exit value as argument.
Adjust calls.
* tests/glr-regr1.at (glr-regr1.y): Have `main' exit with the value
returned by yyparse.
ChangeLog
tests/calc.at
tests/glr-regr1.at