diff --git a/tests/actions.at b/tests/actions.at index 83ed2872..e0cc49ca 100644 --- a/tests/actions.at +++ b/tests/actions.at @@ -333,7 +333,7 @@ static void yyerror (const char *msg); } %type 'x' ';' thing line input -%printer { fprintf (yyout, "%d@%d-%d", $$, RANGE (@$)); } +%printer { fprintf (yyoutput, "%d@%d-%d", $$, RANGE (@$)); } input line thing 'x' %destructor