]> git.saurik.com Git - bison.git/commitdiff
tests: comment changes
authorAkim Demaille <akim@lrde.epita.fr>
Tue, 31 Jul 2012 09:14:23 +0000 (11:14 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Tue, 31 Jul 2012 09:33:47 +0000 (11:33 +0200)
* tests/actions.at, tests/input.at: here.

tests/actions.at
tests/input.at

index 8531bbc64714d7b8a01a189472867dbbd9c21a1c..16711ddd91d8fda554efbb2c62d75b150e060991 100644 (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
 {
index d6f2084a3a43f8280da559ae7aad1cc89657fb34..3d3cf98e07d0bd33656bea577271268dd112d9c9 100644 (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 {} <> <*>
 %%