X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/312c0cff71e784e116c0ecac4c33bc94d54f78de..bb1c50d88b1032fc5f4c338a4038b4c5e8fe0de6:/tests/regression.at diff --git a/tests/regression.at b/tests/regression.at index 418faf05..02840bb3 100644 --- a/tests/regression.at +++ b/tests/regression.at @@ -1545,7 +1545,7 @@ AT_DATA_GRAMMAR([input.y], %parse-param { int x } // Spaces, tabs, and new lines. %parse-param { @&t@ - int y @&t@ +@tb@ int y@tb@ @&t@ @&t@ @&t@ } @@ -1573,7 +1573,7 @@ yyparse (int x, int y) int main (void) { - return !!yyparse(1, 2); + return yyparse(1, 2); } ]])