X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/d87ea54cf6cc98d52356c138bd142d1b450bbc9a..e42906f7904ca7516e9867a3a19ee08d963b1205:/tests/glr-regression.at diff --git a/tests/glr-regression.at b/tests/glr-regression.at index 98ebdfa6..80248aa4 100644 --- a/tests/glr-regression.at +++ b/tests/glr-regression.at @@ -1545,13 +1545,6 @@ AT_DATA_GRAMMAR([glr-regr17.y], ]AT_YYLEX_DECLARE[ %} -%initial-action { - @$.first_line = 1; - @$.first_column = 1; - @$.last_line = 1; - @$.last_column = 1; -} - %% /* Tests the case of an empty RHS that has inherited the location of the @@ -1652,11 +1645,11 @@ main (void) AT_BISON_OPTION_POPDEFS AT_BISON_CHECK([[-o glr-regr18.c glr-regr18.y]], 1, [], -[glr-regr18.y:26.18-24: result type clash on merge function 'merge': != -glr-regr18.y:25.18-24: previous declaration -glr-regr18.y:27.13-19: result type clash on merge function 'merge': != -glr-regr18.y:26.18-24: previous declaration -]) +[[glr-regr18.y:26.18-24: error: result type clash on merge function 'merge': != +glr-regr18.y:25.18-24: previous declaration +glr-regr18.y:27.13-19: error: result type clash on merge function 'merge': != +glr-regr18.y:26.18-24: previous declaration +]]) AT_CLEANUP