tests: comment changes

* tests/actions.at, tests/input.at: here.
This commit is contained in:
Akim Demaille
2012-07-31 11:14:23 +02:00
parent 1a5fb4f29b
commit 84271837f6
2 changed files with 2 additions and 2 deletions

View File

@@ -1277,7 +1277,7 @@ AT_BISON_OPTION_PUSHDEFS([%skeleton "$1"])
AT_DATA_GRAMMAR([[input.y]],
[[%skeleton "$1"
%defines // FIXME: Mandated by lalr1.cc in Bison 2.6.
%defines // FIXME: Mandated by glr.cc.
%debug
%code requires
{

View File

@@ -376,7 +376,7 @@ AT_TEST([[%type <type> exp
exp: a;]],
[[input.y:3.13-14: warning: useless %printer for type <> [-Wother]]])
# If nobody is is typed, <*> is useless.
# If nobody is typed, <*> is useless.
AT_TEST([[%token a
%printer {} <> <*>
%%