bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 8/8] tests: comment changes.


From: Akim Demaille
Subject: [PATCH 8/8] tests: comment changes.
Date: Tue, 31 Jul 2012 11:17:31 +0200

* tests/actions.at, tests/input.at: here.
---
 tests/actions.at | 2 +-
 tests/input.at   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/actions.at b/tests/actions.at
index 8531bbc..16711dd 100644
--- a/tests/actions.at
+++ b/tests/actions.at
@@ -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
 {
diff --git a/tests/input.at b/tests/input.at
index d6f2084..3d3cf98 100644
--- a/tests/input.at
+++ b/tests/input.at
@@ -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 {} <> <*>
 %%
-- 
1.7.11.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]