X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/df04a68ab54dcd8b899532c51ed0c8e1a0486296..049016237e8ad3666609295234ed550e66cc185c:/tests/glr-regression.at?ds=inline diff --git a/tests/glr-regression.at b/tests/glr-regression.at index aacc57c8..ad93d40e 100644 --- a/tests/glr-regression.at +++ b/tests/glr-regression.at @@ -1543,13 +1543,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