From: Akim Demaille Date: Tue, 31 Jul 2012 09:14:23 +0000 (+0200) Subject: tests: comment changes X-Git-Tag: v2.7.90~369 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/84271837f686cc9bdf2d7483d4493f26b52d133d?ds=inline;hp=--cc tests: comment changes * tests/actions.at, tests/input.at: here. --- 84271837f686cc9bdf2d7483d4493f26b52d133d diff --git a/tests/actions.at b/tests/actions.at index 8531bbc6..16711ddd 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 d6f2084a..3d3cf98e 100644 --- a/tests/input.at +++ b/tests/input.at @@ -376,7 +376,7 @@ AT_TEST([[%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 {} <> <*> %%